aligned 0.2.0

Statically allocated arrays with guaranteed memory alignments
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
authors = ["Jorge Aparicio <jorge@japaric.io>"]
categories = ["embedded", "memory-management", "no-std"]
description = "Statically allocated arrays with guaranteed memory alignments"
documentation = "https://docs.rs/aligned"
keywords = ["alignment", "aligned", "array", "static"]
license = "MIT OR Apache-2.0"
name = "aligned"
repository = "https://github.com/japaric/aligned"
version = "0.2.0"

[features]
const-fn = []