drogue-tls 0.6.0

TLS 1.3 client with no_std support and no allocator
Documentation
1
2
3
4
5
6
7
8
#[derive(Debug, Copy, Clone)]
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
pub enum MaxFragmentLength {
    Bits9 = 1,
    Bits10 = 2,
    Bits11 = 3,
    Bits12 = 4,
}