camber 0.2.1

Opinionated async Rust for IO-bound services on top of Tokio
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#[path = "support/http.rs"]
pub mod http;
#[path = "support/runtime.rs"]
pub mod runtime_support;
#[path = "support/stream.rs"]
pub mod stream_support;

#[path = "component_streaming/server_sent_events.rs"]
mod server_sent_events;
#[path = "component_streaming/streamed_responses.rs"]
mod streamed_responses;
#[path = "component_streaming/wire.rs"]
mod wire;