trz-gateway-common 0.2.10

Secure Proxy / Agents implementation in Rust
Documentation
pub mod api;
pub mod certificate_info;
pub mod consts;
pub mod crypto_provider;
pub mod dynamic_config;
pub mod handle;
pub mod http_error;
pub mod id;
pub mod is_global;
pub mod protos;
pub mod retry_strategy;
pub mod security_configuration;
pub mod to_async_io;
pub mod tracing;
pub mod unwrap_infallible;
pub mod x509;

// Ensures ring crate version is called out in Cargo.toml so dependabot keeps it up-to-date.
use ring as _;