Cargo Features
h2-patch has no features set by default.
[dependencies]
h2-patch = { version = "0.5.7", 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-patch::proto
,h2-patch::frame
…