alloc-align 1.0.0

Allocator wrapper that forces a given alignment (nightly only)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "alloc-align"
version = "1.0.0"
edition = "2024"
authors = ["caelunshun"]
description = "Allocator wrapper that forces a given alignment (nightly only)"
keywords = ["memory", "allocator", "nightly"]
categories = ["algorithms"]
documentation = "https://docs.rs/alloc-align"
repository = "https://github.com/caelunshun/alloc-align"
license = "MIT OR Apache-2.0"

[dependencies]