Cargo Features
Fibril has no features set by default.
[dependencies]
fibril = { version = "0.0.8", features = ["fibers", "rt", "serde_json"] }
- fibers
-
Enables corosensei ^0.1
- rt
-
^ Include support for fibers.
- serde_json
-
^ Include a UDP runtime.
Enables serde_json
Features from optional dependencies
^ This build dependency can be removed once doc_auto_cfg stabilizes.