Crate woptions_runtime

Source
Expand description

Mechanism to define map of options for a fuction and its defaults laconically. Its runtime.

§Module :: woptions_runtime

experimental rust-status docs.rs discord

Mechanism to define map of options for a fuction and its defaults laconically. Its runtime.

Not intended to be used without derive. This module and derive is aggregate in module::woptions is here.

§To add to your project

cargo add woptions_runtime

Re-exports§

pub use super::orphan::*;

Modules§

dependency
Namespace with dependencies.
exposed
Exposed namespace of the module.
orphan
Parented namespace of the module.
prelude
Prelude to use essentials: use my_module::prelude::*.
protected
Own namespace of the module.