#http2 #bindings #ffi #http #nghttp2

sys nghttp2-sys

Rust bindings for libnghttp2, generated with bindgen

2 releases

Uses old Rust 2015

0.1.1 Sep 18, 2018
0.1.0 Sep 12, 2018

#44 in #http2

ISC license

6KB
62 lines

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.

Dependencies

~0–2MB
~37K SLoC