Expand description
figment provider which allows loading data from the Windows registry.
Features:
- Supports nesting (into subkeys).
- Supports string expansions for
REG_EXPAND_SZvalues. - Can be configured to silently ignore errors while iterating over registry keys/values.
Re-exports§
pub use winreg;
Structs§
- Registry
Provider - A provider that fetches its data from a Windows registry subkey.
Enums§
- Fail
Strategy - Different ways to handle non-fatal errors.