[lib]
name = "dh"
path = "src/lib.rs"
[package]
authors = ["Leonard Lesinski <84378319+Le0X8@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "encoding", "parsing"]
description = "Data handling in Rust, made easy."
documentation = "https://docs.rs/dh"
edition = "2024"
keywords = ["data", "read", "write", "rw"]
license = "MIT"
name = "dh"
readme = "README.md"
repository = "https://github.com/Le0X8/dh"
version = "0.9.0"
[[test]]
name = "copy"
path = "tests/copy.rs"
[[test]]
name = "read"
path = "tests/read.rs"
[[test]]
name = "read_at"
path = "tests/read_at.rs"
[[test]]
name = "write"
path = "tests/write.rs"
[[test]]
name = "write_at"
path = "tests/write_at.rs"