Skip to content

Parse and stringify Windows registry files – unstable, API still in progress!

License

Notifications You must be signed in to change notification settings

goto-bus-stop/dotreg

Repository files navigation

dotreg

Parse and stringify Windows registry files (.reg).

This crate deals with the text files used by regedit, not the binary registry hive format used by Windows internally.

Installation

[dependencies]
dotreg = { git = "https://github.com/goto-bus-stop/dotreg" }

Goals

This should become a part of a crate that does cross-platform Windows registry reads and writes. On windows, it can use the windows Reg* APIs. Elsewhere, it can serialize the updates and do wine reg.exe import tempfile.reg.

License

MPL-2.0

About

Parse and stringify Windows registry files – unstable, API still in progress!

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages