Skip to main content

stormchaser_tls/
lib.rs

1//! TLS configuration and hot-reloading utilities for Stormchaser.
2//!
3//! Provides functions to build `rustls` client and server configurations,
4//! including support for hot-reloading certificates when files change.
5
6pub mod reloader;
7pub use reloader::*;