re_format 0.20.1

Miscellaneous tools to format and parse numbers, durations, etc.
Documentation
[package]
name = "re_format"
authors.workspace = true
description = "Miscellaneous tools to format and parse numbers, durations, etc."
edition.workspace = true
homepage.workspace = true
include.workspace = true
license.workspace = true
publish = true
readme = "README.md"
repository.workspace = true
rust-version.workspace = true
version.workspace = true

[lints]
workspace = true

[package.metadata.docs.rs]
all-features = true


[dependencies]
num-traits.workspace = true
# Do NOT add any complex dependencies here. Keep this crate lightweight!