Skip to main content

Crate microsandbox_portal

Crate microsandbox_portal 

Source
Expand description

Microsandbox Portal - JSON-RPC implementation for portal processes.

Re-exports§

pub use error::*;
pub use handler::*;
pub use payload::*;
pub use portal::*;
pub use route::*;
pub use state::*;

Modules§

error
Error handling for microsandbox portal.
handler
Request handlers for the microsandbox portal JSON-RPC server.
payload
JSON-RPC payload structures for microsandbox portal.
portal
Core functionality for the microsandbox portal system.
route
Router configuration for the microsandbox portal.
state
Shared state management for the microsandbox portal server.