# btls
[](https://crates.io/crates/btls)
BoringSSL bindings for the Rust programming language and TLS adapters for [tokio](https://github.com/tokio-rs/tokio).
## Documentation
- BoringSSL API: <https://docs.rs/btls>
- BoringSSL FFI bindings: <https://docs.rs/btls-sys>
- tokio BoringSSL adapters: <https://docs.rs/tokio-btls>
## Contribution
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed under the terms of both the Apache License,
Version 2.0 and the MIT license without any additional terms or conditions.
## Accolades
A hard fork of [boring](https://github.com/cloudflare/boring).