dactyl 0.11.0

A small library to quickly stringify integers with basic formatting.
Documentation
[[bench]]
harness = false
name = "fn_btoi"
path = "benches/fn_btoi.rs"

[[bench]]
harness = false
name = "fn_btou"
path = "benches/fn_btou.rs"

[[bench]]
harness = false
name = "fn_htou"
path = "benches/fn_htou.rs"

[[bench]]
harness = false
name = "fn_nice_elapsed"
path = "benches/fn_nice_elapsed.rs"

[[bench]]
harness = false
name = "fn_nice_float"
path = "benches/fn_nice_float.rs"

[[bench]]
harness = false
name = "fn_nice_percent"
path = "benches/fn_nice_percent.rs"

[[bench]]
harness = false
name = "fn_nice_replace"
path = "benches/fn_nice_replace.rs"

[[bench]]
harness = false
name = "fn_nice_u16"
path = "benches/fn_nice_u16.rs"

[[bench]]
harness = false
name = "fn_nice_u32"
path = "benches/fn_nice_u32.rs"

[[bench]]
harness = false
name = "fn_nice_u64"
path = "benches/fn_nice_u64.rs"

[[bench]]
harness = false
name = "fn_nice_u8"
path = "benches/fn_nice_u8.rs"

[[bench]]
harness = false
name = "fn_nohash"
path = "benches/fn_nohash.rs"

[[bench]]
harness = false
name = "fn_saturating_from_u8"
path = "benches/fn_saturating_from_u8.rs"

[dev-dependencies.brunch]
version = "0.10.*"

[dev-dependencies.fastrand]
version = "2"

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

[lib]
name = "dactyl"
path = "src/lib.rs"

[package]
authors = ["Josh Stoik <josh@blobfolio.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "A small library to quickly stringify integers with basic formatting."
edition = "2024"
exclude = [".github", ".gitignore", ".righteous-sandbox.json", "doc", "justfile", "release"]
keywords = ["integer", "printing", "formatting"]
license = "WTFPL"
name = "dactyl"
readme = "README.md"
repository = "https://github.com/Blobfolio/dactyl"
rust-version = "1.87"
version = "0.11.0"

[package.metadata.bashman]
name = "Dactyl"

[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"

[profile.bench]
codegen-units = 1
lto = false
opt-level = 3