# nghttp2-sys
[](https://travis-ci.com/quinnjr/nghttp2-sys)
Rust raw FFI bindings to the http2 implementation provided by [nghttp2](https://nghttp2.org). Bindings are generated with [bindgen](https://crates.io/crates/bindgen).
## Requirements
`nghttp2` library >= [1.0.0](https://github.com/nghttp2/nghttp2/tree/master)
## License
This crate is licensed under the [ISC License](LICENSE.md).
## Release Notes
- v0.1.0 - Initial release.