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§
Macros§
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
- User
Listener - Uuid
- A Universally Unique Identifier (UUID).