drogue-bazaar 0.3.0

A place to find tools for building your Rust application
Documentation
1
2
3
4
5
6
7
8
/// TLS client authentication mode.
#[derive(Clone, Copy)]
pub enum TlsMode {
    /// No client authentication
    NoClient,
    /// with Drogue specific client authentication
    Client,
}