briny 0.4.1

Low-level enforcement of memory layout integrity
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "briny"

version = "0.4.1"

edition = "2021"

rust-version = "1.83.0"

description = "Low-level enforcement of memory layout integrity"

license = "MIT"

documentation = "https://docs.rs/briny"

keywords = ["security", "efficient", "no_std", "memory", "no_alloc"]

categories = [

    "no-std",

    "embedded",

    "data-structures",

    "memory-management",

    "no-std::no-alloc",

]

repository = "https://github.com/bobbothe2nd/briny"

readme = "README.md"