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 *
------------------------------------------------------------------------------

Enables alloc of devela

==============================================================================

non-optional:

std = alloc

Enables std of devela

no_std

Enables no_std of devela

safe
  • Modules features *

  • Safety features trees *

To use unsafe functionality:

  1. enable the desired unsafe feature.
  2. 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 *
------------------------------------------------------------------------------