libnghttp2-sys 0.1.13+1.68.1

FFI bindings for libnghttp2 (nghttp2)
Documentation
1
2
3
4
5
6
7
extern crate libnghttp2_sys as ffi;

fn main() {
    unsafe {
        ffi::nghttp2_version(0);
    }
}