[dependencies.fs4]
version = "0.9.1"
[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."
edition = "2021"
keywords = ["data", "files", "read", "write", "rw"]
license = "MIT"
name = "dh"
readme = "README.md"
repository = "https://github.com/Le0X8/dh"
version = "0.2.0"
[[test]]
name = "data"
path = "tests/data.rs"
[[test]]
name = "data_ref"
path = "tests/data_ref.rs"
[[test]]
name = "file"
path = "tests/file.rs"