This crate provides an integration between [rustls](https://github.com/rustls/rustls) and [Graviola](https://github.com/ctz/graviola/).
Use it like:
```rust
rustls_graviola::default_provider()
```
And then use rustls as normal.
License: Apache-2.0 OR ISC OR MIT-0