# Functions
Enabled returns true if a feature is enabled.
GetAllEnabled returns the list of all enabled features.
Register sets a flag in fs to track enabled features.
Validate returns an error if any flags from deps were used without the corresponding feature being enabled.
# Structs
Dependency marks a Flag as depending on a specific feature being enabled.
# Type aliases
Feature is an experimental feature.