nghttp2-sys

Rust raw FFI bindings to the http2 implementation provided by nghttp2. Bindings are generated with bindgen.
Requirements
nghttp2
library >= 1.0.0
License
This crate is licensed under the ISC License.
Release Notes
- v0.1.1 - Moving crate into a workspace alongside nghttp2-rs. Loosening bindgen version constraint. Adding missing editorconfig.
- v0.1.0 - Initial release.