briny 0.1.0

Low-level foundational utilities for the briny ecosystem
Documentation
[[example]]
name = "struct"
path = "examples/struct.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "embedded", "cryptography", "data-structures", "no-std::no-alloc"]
description = "Low-level foundational utilities for the briny ecosystem"
documentation = "https://docs.rs/briny"
edition = "2024"
keywords = ["security", "validation", "no_std", "zta", "no_alloc"]
license = "MIT"
name = "briny"
readme = "README.md"
repository = "https://github.com/bobbothe2nd/briny"
rust-version = "1.88.0"
version = "0.1.0"

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

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

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

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

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