Rust bindings to the MS Windows Registry API for reading and writing registry keys and values.
# Cargo.toml
[dependencies]
winreg = "0.56.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Opens a registry key and reads a value.
Use `?` or match on `Result` to handle access denied errors.
No dependency data recorded yet.