aligned 0.4.2

A newtype with alignment of at least `A` bytes
Documentation
[package]
categories = ["embedded", "memory-management", "no-std"]
description = "A newtype with alignment of at least `A` bytes"
documentation = "https://docs.rs/aligned"
edition = "2021"
keywords = ["alignment", "aligned", "array", "static"]
license = "MIT OR Apache-2.0"
name = "aligned"
repository = "https://github.com/rust-embedded-community/aligned"
version = "0.4.2"

[dependencies]
as-slice = "0.2.0"