nt-hive 0.2.0

Access keys, values, and data stored in Windows hive (registry) files
Documentation
[dependencies.bitflags]
version = "1.3.2"

[dependencies.byteorder]
default-features = false
version = "1.4.3"

[dependencies.displaydoc]
default-features = false
version = "0.2.3"

[dependencies.enumn]
version = "0.1.3"

[dependencies.memoffset]
version = "0.6.4"

[dependencies.zerocopy]
version = "0.6.1"

[features]
alloc = []
default = ["std"]
std = ["alloc"]

[package]
authors = ["Colin Finck <colin@reactos.org>"]
categories = ["no-std", "os::windows-apis", "parser-implementations"]
description = "Access keys, values, and data stored in Windows hive (registry) files"
documentation = "https://docs.rs/nt-hive"
edition = "2018"
homepage = "https://github.com/ColinFinck/nt-hive"
keywords = ["windows", "nt", "registry", "hive", "regf"]
license = "GPL-2.0-or-later"
name = "nt-hive"
readme = "README.md"
repository = "https://github.com/ColinFinck/nt-hive"
version = "0.2.0"