libnghttp2 1.68.0-rc.0

FFI bindings to the HTTP/2 framing layer of nghttp2 C library
Documentation
[build-dependencies.bindgen]
version = "0.71"

[build-dependencies.cc]
version = "1.0.24"

[dependencies.libc]
version = "0.2"

[[example]]
name = "basic"
path = "examples/basic.rs"

[lib]
doctest = false
name = "libnghttp2"
path = "src/lib.rs"

[package]
authors = ["Divy Srivastava <me@littledivy.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "FFI bindings to the HTTP/2 framing layer of nghttp2 C library"
edition = "2024"
homepage = "https://github.com/littledivy/libnghttp2"
license = "Apache-2.0"
name = "libnghttp2"
readme = "README.md"
repository = "https://github.com/littledivy/libnghttp2"
version = "1.68.0-rc.0"

[[test]]
name = "integration"
path = "tests/integration.rs"