Skip to main content

Module features

Module features 

Source
Expand description

Runtime feature gating for built-in subcommands.

Compile-time selection is handled by Cargo features on the rtb umbrella crate. Runtime gating — “this tool compiled the update command in, but this particular invocation wants to hide it” — lives here.

Structs§

Features
Immutable set of runtime-enabled features.
FeaturesBuilder
Builder for Features. Pre-populated with the default feature set via FeaturesBuilder::new; start empty with FeaturesBuilder::none.

Enums§

Feature
Built-in feature identifiers that can be toggled at runtime.