[package]
name = "ab-aligned-buffer"
description = "Efficient abstraction for memory buffers aligned to 16 bytes (u128) with both owned and shared variants"
keywords = ["alignment", "aligned", "buffer", "rc", "no-std"]
repository = "https://github.com/nazar-pc/abundance"
license = "0BSD"
version = "0.1.0"
authors = ["Nazar Mokrynskyi <nazar@mokrynskyi.com>"]
edition = "2024"
include = [
"/src",
"/Cargo.toml",
]
[package.metadata.docs.rs]
all-features = true
[dependencies]
stable_deref_trait = { workspace = true }
yoke = { workspace = true }
[lints]
workspace = true