Crate figment_winreg

Crate figment_winreg 

Source
Expand description

figment provider which allows loading data from the Windows registry.

Features:

  • Supports nesting (into subkeys).
  • Supports string expansions for REG_EXPAND_SZ values.
  • Can be configured to silently ignore errors while iterating over registry keys/values.

Re-exports§

pub use winreg;

Structs§

RegistryProvider
A provider that fetches its data from a Windows registry subkey.

Enums§

FailStrategy
Different ways to handle non-fatal errors.