Crates.io | nghttp2 |
lib.rs | nghttp2 |
version | 0.0.0 |
source | src |
created_at | 2018-11-10 11:37:43.311986 |
updated_at | 2018-11-10 11:37:43.311986 |
description | High-level Nghttp2 API. |
homepage | |
repository | https://github.com/rust-net-web/nghttp2 |
max_upload_size | |
id | 95879 |
size | 28,997 |
High-level Nghttp2
API.
Basic usage
// tbi
$ cargo add nghttp2
This crate uses #![deny(unsafe_code)]
to ensure everything is implemented in
100% Safe Rust.
Want to join us? Check out our "Contributing" guide and take a look at some of these issues:
MIT OR Apache-2.0