cdb32 0.0.1

Pure Rust library to read and write 32-bit CDB files
Documentation
[[bench]]
harness = false
name = "cdb"
path = "benches/cdb.rs"

[dependencies.memmap2]
version = "0.9.1"

[dev-dependencies.criterion]
version = "0.6"

[dev-dependencies.tempfile]
version = "3.9.0"

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

[package]
authors = ["github.com/jdamick", "Kan-Ru Chen <kanru@kanru.info>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Pure Rust library to read and write 32-bit CDB files"
edition = "2021"
homepage = "https://github.com/jdamick/cdb32-rs"
license = "Unlicense"
name = "cdb32"
readme = "README.md"
repository = "https://github.com/jdamick/cdb32-rs"
rust-version = "1.70"
version = "0.0.1"

[profile.fuzzing]
debug = 2
inherits = "release"
panic = "abort"

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

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