winreg-format 0.1.0

Windows Registry (REGF) binary format definitions
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Windows Registry (REGF) binary format definitions.
//!
//! Pure type definitions with zero I/O. All structs derive `BinRead` for
//! declarative parsing from byte streams.

pub mod bytes;
pub mod cells;
pub mod flags;
pub mod hbin;
pub mod header;
pub mod version;