rust-functions 0.2.1

A collection of Rust utility functions (starting with format_number).
Documentation
[dependencies]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing", "value-formatting"]
description = "A collection of Rust utility functions (starting with format_number)."
documentation = "https://docs.rs/rust-functions"
edition = "2024"
homepage = "https://github.com/PeterCullenBurbery/rust-functions"
keywords = ["utility", "formatting", "numbers", "rust"]
license = "MIT"
name = "rust-functions"
readme = "README.md"
repository = "https://github.com/PeterCullenBurbery/rust-functions"
version = "0.2.1"