rustls-graviola 0.1.0

graviola is a modern, fast cryptography library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# rustls-graviola

<h1 align="center">Graviola</h1>
<img width="40%" align="right" src="https://raw.githubusercontent.com/ctz/graviola/main/admin/picture.png">

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()
    .install_default()
    .unwrap();
```

And then use rustls as normal.

License: Apache-2.0 OR ISC OR MIT-0