drogue-tls 0.6.0

TLS 1.3 client with no_std support and no allocator
Documentation

Drogue-TLS

CI crates.io docs.rs Matrix

Drogue-TLS is a Rust-native TLS 1.3 implementation that works in a no-std environment. The implementation is work in progress, but the example clients should work against the rustls echo server.

NOTE: This crate has been replaced by embedded-tls.