camber 0.4.2

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

#[cfg(feature = "grpc")]
#[path = "component_protocols/grpc_services.rs"]
mod grpc_services;
#[path = "component_protocols/http2_negotiation.rs"]
mod http2_negotiation;