aligned_box 0.2.0

Allocate heap memory with user-specified alignment
Documentation
[package]
authors = ["Michael Lass <bevan@bi-co.net>"]
categories = ["data-structures", "memory-management"]
description = "Allocate heap memory with user-specified alignment"
edition = "2018"
homepage = "https://github.com/michaellass/aligned_box/"
keywords = ["aligned", "alignment", "box", "heap", "memory"]
license = "MIT"
name = "aligned_box"
publish = ["crates-io"]
readme = "README.md"
repository = "https://github.com/michaellass/aligned_box.git"
version = "0.2.0"

[badges]
travis-ci = { repository = "michaellass/aligned_box", branch = "master" }

[dev-dependencies]
lazy_static = "^1.4"