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