rust-functions 0.2.1

A collection of Rust utility functions (starting with format_number).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rust-functions"
version = "0.2.1"
edition = "2024"
description = "A collection of Rust utility functions (starting with format_number)."
license = "MIT"
repository = "https://github.com/PeterCullenBurbery/rust-functions"
homepage = "https://github.com/PeterCullenBurbery/rust-functions"
documentation = "https://docs.rs/rust-functions"
readme = "README.md"
keywords = ["utility", "formatting", "numbers", "rust"]
categories = ["text-processing", "value-formatting"]

[dependencies]