Cargo Features

h2_wasi has no features set by default.

[dependencies]
h2_wasi = { version = "0.3.15", features = ["stream", "unstable"] }
stream

Enables futures::Stream implementations for various types.

unstable

Enables unstable APIs. Any API exposed by this feature has no backwards compatibility guarantees. In other words, you should not use this feature for anything besides experimentation. Definitely do not publish a crate that depends on this feature.

Affects h2_wasi::proto, h2_wasi::frame

Features from optional dependencies

[workspace]
members = [
"tests/h2-fuzz",
"tests/h2-tests",
"tests/h2-support",
"util/genfixture",
"util/genhuff",
]