Crate maf

Source

Re-exports§

pub use app::App;
pub use app::AppBuilder;
pub use app::Plugin;
pub use app::State;
pub use channel::Channel;
pub use channel::RecvError;
pub use serde;
pub use serde_json;
pub use wasi;

Modules§

app
bindings
channel
http
packet
tasks

Macros§

register

Structs§

Params
RpcFunction
RpcRequest
Store
Store is a wrapper around shared data that can be accessed throughout the app and synchronized with connected clients.
User
UserListener
Uuid
A Universally Unique Identifier (UUID).

Enums§

SendError

Traits§

StoreData
Describes the data stored in a Store.