addr_align 0.1.0

A crate for aligning values (usually some kind of address) to a specified boundary
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "addr_align"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A crate for aligning values (usually some kind of address) to a specified boundary"
repository = "https://github.com/mlgiraud/addr_align"
readme = "README.md"
keywords = ["address", "alignment"]

exclude = [".idea"]

[dependencies]