| Crates.io | rustls-graviola |
| lib.rs | rustls-graviola |
| version | 0.3.1 |
| created_at | 2024-09-27 20:03:31.834371+00 |
| updated_at | 2025-09-07 09:28:03.478958+00 |
| description | graviola is a modern, fast cryptography library |
| homepage | |
| repository | https://github.com/ctz/graviola/ |
| max_upload_size | |
| id | 1389118 |
| size | 150,322 |
This crate provides an integration between rustls and Graviola.
Use it like:
rustls_graviola::default_provider()
.install_default()
.unwrap();
And then use rustls as normal.
License: Apache-2.0 OR ISC OR MIT-0