cuisiner 0.0.2

Cook up some conversions to and from C-style binary layouts.
Documentation
[dependencies.cuisiner_derive]
version = "0"

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.zerocopy]
features = ["derive", "std"]
version = "0.8.24"

[dev-dependencies.proptest]
version = "1.6.0"

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

[package]
authors = ["Tom Anderson <tom@ando.sh>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Cook up some conversions to and from C-style binary layouts."
edition = "2024"
license = "MIT OR Apache-2.0"
name = "cuisiner"
readme = "README.md"
repository = "https://github.com/andogq/cuisiner"
resolver = "2"
version = "0.0.2"

[[test]]
name = "sqlite-header"
path = "tests/sqlite-header.rs"