aligned-bytes 0.1.3

A continuous fixed-length byte array with a specified alignment.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "aligned-bytes"
version = "0.1.3"
authors = ["Nugine <nugine@foxmail.com>"]
edition = "2018"
description = "A continuous fixed-length byte array with a specified alignment."
license = "MIT"
repository = "https://github.com/Nugine/aligned-bytes"
keywords = ["no-std", "alloc", "align"]
categories = ["data-structures", "embedded", "no-std"]
readme = "README.md"

[features]
std = []
default = ["std"]
unstable = []