camber 0.2.0

Opinionated async Rust for IO-bound services on top of Tokio
Documentation
1
2
3
4
5
6
7
8
9
10
#[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;