2 releases (1 stable)
Uses old Rust 2015
1.0.0 | Jan 12, 2018 |
---|---|
0.1.0 | Jan 11, 2018 |
#17 in #windows-registry
10KB
120 lines
registry.pol-rs
Parser for the Windows Registry Policy File format without dependencies on any Windows-specicfic libraries.
Documentation
lib.rs
:
The Group Policy Object Editor stores registry-based configuration settings in two Registry.pol files, stored in folders
under the <drive>:\Windows\System32\GroupPolicy\
folder. One file contains computer settings and the other file contains
user settings. The Group Policy Object Editor saves the settings to these files on exit, and imports the settings on
startup.
This library does not and will never depend on any Windows-specific libraries and will therefore work on any system.
Dependencies
~1MB
~22K SLoC