Cargo Features
webera has no features set by default.
[dependencies]
webera = { version = "0.0.0", features = ["alloc", "std", "no_std", "safe", "unsafe", "nightly", "nightly_doc"] }
- alloc std?
-
* Environment features *
------------------------------------------------------------------------------==============================================================================
non-optional: - std = alloc
- no_std
- safe
-
- Modules features *
- Safety features trees *
To use unsafe functionality:
- enable the desired
unsafe
feature. - don't enable the
safe
feature for that module. in specific modules:
- unsafe
-
for specific purposes:
- nightly = nightly_doc
-
* Nightly features tree *
------------------------------------------------------------------------------
enables all the following features: - nightly_doc nightly?
-
doc_cfg, doc_notable_trait
Features from optional dependencies
* Dependencies features *
------------------------------------------------------------------------------