Expand description
Lifecycle function parsing and FFI generation
This module handles the three required lifecycle functions:
new- Initialize the server statereset- Reset the server statenew_client- Register a new client
Re-exports§
pub use init::InitFn;pub use new_client::NewClientFn;pub use reset::ResetFn;
Modules§
- init
- Init function parsing and validation
- new_
client - reset
- Reset function parsing and validation