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
11
12
13
#[path = "component_integrations/acme_configuration.rs"]
mod acme_configuration;
#[path = "component_integrations/automatic_tls_cache.rs"]
mod automatic_tls_cache;
#[path = "component_integrations/dns_provider_and_cache.rs"]
mod dns_provider_and_cache;
#[path = "component_integrations/external_resource_contracts.rs"]
mod external_resource_contracts;
#[path = "component_integrations/message_queue_validation.rs"]
mod message_queue_validation;

#[path = "external_feature_services/resources.rs"]
pub mod resources;