[dependencies]
[features]
[lib]
name = "briny"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "embedded", "data-structures", "memory-management", "no-std::no-alloc"]
description = "Low-level enforcement of memory layout integrity"
documentation = "https://docs.rs/briny"
edition = "2024"
keywords = ["security", "efficient", "no_std", "memory", "no_alloc"]
license = "MIT"
name = "briny"
readme = "README.md"
repository = "https://github.com/bobbothe2nd/briny"
rust-version = "1.88.0"
version = "0.3.0"
[[test]]
name = "casts"
path = "tests/casts.rs"