dh 0.7.2

Data handling in Rust, made easy.
Documentation
[dependencies]

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

[package]
authors = ["Leonard Lesinski <84378319+Le0X8@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures", "encoding", "filesystem", "parsing"]
description = "Data handling in Rust, made easy."
documentation = "https://docs.rs/dh"
edition = "2021"
keywords = ["data", "files", "read", "write", "rw"]
license = "MIT"
name = "dh"
readme = "README.md"
repository = "https://github.com/Le0X8/dh"
version = "0.7.2"

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

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

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

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