Skip to main content

Crate resp_async

Crate resp_async 

Source

Re-exports§

pub use context::*;
pub use response::*;
pub use router::*;

Modules§

context
error
response
router

Structs§

ConnectionInfo
Per-connection metadata passed to hooks and extension factories.
DecodeLimits
Limits for decoding RESP frames.
NoopServerHooks
Default no-op hooks implementation.
Server
A RESP server.
ServerBuilder
Server builder for configuring the runtime.
ServerConfig
Server configuration for limits and runtime behavior.
ServerConfigBuilder
Builder for ServerConfig.
ValueDecoder
Streaming RESP decoder.
ValueEncoder
Encoder for RESP values.

Enums§

Value
RESP frame value.

Traits§

ServerHooks
Observability hooks for the server runtime.