[lib]
name = "elain"
path = "src/lib.rs"
[package]
authors = ["Jack Wrenn <me@jswrenn.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "rust-patterns"]
description = "Set a type's minimum alignment with const generics."
edition = "2018"
keywords = ["const", "const-generics", "alignment", "align", "layout"]
license = "MIT OR Apache-2.0"
name = "elain"
readme = "README.md"
repository = "https://github.com/jswrenn/elain"
version = "0.3.1"