Skip to main content

Module lifecycle

Module lifecycle 

Source
Expand description

Lifecycle function parsing and FFI generation

This module handles the three required lifecycle functions:

  • new - Initialize the server state
  • reset - Reset the server state
  • new_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