rust-functions
A collection of small, reusable Rust utility functions.
The first release includes format_number, a helper for formatting numbers in a human-friendly way.
Installation
Add this to your Cargo.toml:
[]
= "0.2.1"
Usage
The format_number function supports both &str and usize as the group size argument.
use format_number;
License
MIT