nghttp2-sys 0.1.1

Rust bindings for libnghttp2, generated with bindgen.
docs.rs failed to build nghttp2-sys-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

nghttp2-sys

Build Status

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.