Cargo Features
Adapt has no features set by default.
[dependencies]
adapt = { version = "0.0.0-alpha0", features = ["ws", "simd-json"] }
- ws
-
Enables tokio-tungstenite ^0.18
Affects
adapt::ws
…
Features from optional dependencies
TODO: Add feature for HTTP
- simd-json implicit feature
-
Enables simd-json ^0.7
simd-json:
High performance JSON parser based on a port of simdjson