Skip to main content

Crate slim_config

Crate slim_config 

Source

Re-exports§

pub use pqc::EnforcePqcPolicy;
pub use server_handler::ServerHandler;

Modules§

auth
backoff
client
Transport-agnostic client configuration.
component
conn_type
Transport-agnostic connection type.
errors
ConfigError is target-specific: the native build carries the full gRPC/TLS/auth/native-WebSocket surface, while the browser build only needs the errors reachable from ClientConfig validation and the gloo-net connect. Each lives in its own file (file-split rather than an in-line cfg_if! so “what exists on wasm” is answerable by ls).
grpc
pqc
Post-quantum opt-in policy shared across TLS, link negotiation, and MLS.
provider
server
Transport-agnostic server configuration.
server_handler
Transport-agnostic server handler.
testutils
tls
transport
websocket

Constants§

CLIENT_CONFIG_SCHEMA_JSON
SERVER_CONFIG_SCHEMA_JSON