Crates.io | rustls-graviola |
lib.rs | rustls-graviola |
version | 0.2.0-alpha.0 |
source | src |
created_at | 2024-09-27 20:03:31.834371 |
updated_at | 2024-10-27 19:40:55.616166 |
description | graviola is a modern, fast cryptography library |
homepage | |
repository | https://github.com/ctz/graviola/ |
max_upload_size | |
id | 1389118 |
size | 77,694 |
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