dactyl 0.2.3

A small library to quickly stringify integers with basic formatting.
Documentation
[[bench]]
harness = false
name = "fn_nice_elapsed"

[[bench]]
harness = false
name = "fn_nice_percent"

[[bench]]
harness = false
name = "fn_nice_u8"

[[bench]]
harness = false
name = "fn_nice_u16"

[[bench]]
harness = false
name = "fn_nice_u32"

[[bench]]
harness = false
name = "fn_nice_u64"

[[bench]]
harness = false
name = "fn_saturating_from_u8"
[dependencies.num-traits]
version = "0.2.*"
[dev-dependencies.brunch]
version = "0.2.*"

[dev-dependencies.num-format]
version = "0.4.*"

[package]
authors = ["Blobfolio, LLC. <hello@blobfolio.com>"]
description = "A small library to quickly stringify integers with basic formatting."
edition = "2021"
exclude = [".github", ".gitignore", ".righteous-sandbox.json", "about.toml", "doc", "justfile", "release"]
keywords = ["integer", "printing", "formatting"]
license = "WTFPL"
name = "dactyl"
readme = "README.md"
repository = "https://github.com/Blobfolio/dactyl"
resolver = "2"
rust-version = "1.56"
version = "0.2.3"
[package.metadata.bashman]
bash-dir = "./"
credits-dir = "./"
man-dir = "./"
name = "Dactyl"
[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"