# Drogue-TLS
[](https://github.com/drogue-iot/drogue-tls/actions/workflows/ci.yaml)
[](https://crates.io/crates/drogue-tls)
[](https://docs.rs/drogue-tls)
[](https://matrix.to/#/#drogue-iot:matrix.org)
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](https://github.com/drogue-iot/drogue-tls/tree/main/examples) should work against the [rustls](https://github.com/ctz/rustls) echo server.
NOTE: This crate has been replaced by [embedded-tls](https://crates.io/crates/embedded-tls).