snowbinary 0.4.0

A header based system for writing and reading binary files using its own format
Documentation
[dependencies.blake3]
version = "^1.5.1"

[features]
default = []
[lints.clippy]
cargo = "deny"
complexity = "deny"
correctness = "deny"
nursery = "deny"
pedantic = "deny"
perf = "deny"
style = "deny"
suspicious = "deny"

[package]
authors = ["harmless-tech"]
categories = ["filesystem"]
description = "A header based system for writing and reading binary files using its own format"
edition = "2021"
include = ["src/", "Cargo.toml", "LICENSE", "README.md"]
keywords = ["file"]
license = "MIT OR Apache-2.0"
name = "snowbinary"
readme = "README.md"
repository = "https://github.com/harmless-tech/snowbinary"
rust-version = "1.66"
version = "0.4.0"
[package.metadata.docs.rs]
all-features = true