smallnum 0.1.0

Integer optimization: macros return the smallest integer type capable of fitting a static bounds.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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"