libnghttp2 1.68.0

FFI bindings to the HTTP/2 framing layer of nghttp2 C library
Documentation
1
2
3
4
5
6
7
#![allow(bad_style)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(non_upper_case_globals)]

// Include the bindings generated by bindgen in build.rs
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));