hivex 0.2.0

(Hopefully) idiomatic bindings to the Hivex library
Documentation
[dependencies.allocator-api2]
version = "0.2"

[dependencies.bitflags]
version = "2.6"

[dependencies.hivex-sys]
version = "0.2"

[dependencies.libc_alloc]
version = "1.0"

[dependencies.time]
features = ["macros"]
version = "0.3"

[dev-dependencies.uuid]
features = ["v4", "fast-rng"]
version = "1.11"

[features]
default = ["hivex-sys/bundled"]

[lib]
name = "hivex"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "(Hopefully) idiomatic bindings to the Hivex library"
edition = "2021"
keywords = ["windows-registry", "hive", "registry", "bindings", "windows"]
license = "EUPL-1.2"
name = "hivex"
readme = "README.md"
repository = "https://codeberg.org/erin/toolsnt"
version = "0.2.0"

[[test]]
name = "common"
path = "tests/common.rs"

[[test]]
name = "formats"
path = "tests/formats.rs"