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.
- Features
Builder - Builder for
Features. Pre-populated with the default feature set viaFeaturesBuilder::new; start empty withFeaturesBuilder::none.
Enums§
- Feature
- Built-in feature identifiers that can be toggled at runtime.