smallnum 0.2.2

Compile-time size optimization for numeric primitives.
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"]
description = "Compile-time size optimization for numeric primitives."
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.2.2"