[dev-dependencies.static_assertions]
version = "1"
[package]
authors = ["Tiemoko Ballo"]
categories = ["embedded", "no-std", "rust-patterns", "config", "memory-managment"]
description = "Integer optimization: macros return the smallest integer type capable of fitting a static bounds."
documentation = "https://docs.rs/smallnum"
edition = "2018"
homepage = "https://github.com/tnballo/smallnum"
include = ["**/*.rs", "**/*.md", "**/*.sh", "Cargo.toml", "LICENSE"]
keywords = ["small", "num", "integer", "macro", "no_std"]
license = "MIT"
name = "smallnum"
readme = "README.md"
repository = "https://github.com/tnballo/smallnum"
version = "0.1.0"