bblock 0.1.0

Persistent checksummed blocks built on top of bstack
Documentation
[package]
name = "bblock"
version = "0.1.0"
edition = "2024"
authors = ["William Wu <williamwutq@gmail.com>", "Claude <claude@anthropic.com>"]
license = "MIT"
description = "Persistent checksummed blocks built on top of bstack"
readme = "README.md"
changelog = "CHANGELOG.md"
repository = "https://github.com/williamwutq/bblock"
documentation = "https://docs.rs/bblock"
keywords = ["checksum", "persistent", "file-backed", "database", "binary"]

[dependencies]
bstack = { version = ">=0.1.6", features = ["alloc", "set"] }
crc32fast = "1.5"

[dev-dependencies]
tempfile = "3"