Format numbers with metric and binary unit prefixes
Find a file
Fabio Valentini 42972a5840
All checks were successful
/ test (nightly) (push) Successful in 1m19s
/ test (1.31) (push) Successful in 2m1s
/ test (stable) (push) Successful in 59s
/ clippy (push) Successful in 59s
/ rustfmt (push) Successful in 54s
add CONTRIBUTING docs
2026-01-26 22:17:57 +01:00
.forgejo/workflows meta: only run CI workflow on push to main and on PRs 2025-11-17 20:11:02 +01:00
examples examples: example code technically no longer requires the "std" feature 2024-12-11 10:39:16 +01:00
src refactor: feature gating (#1) 2024-12-11 10:37:36 +01:00
.gitignore Initial commit 2014-12-15 09:52:49 +00:00
Cargo.toml Release 0.5.2 2025-11-17 00:45:39 +01:00
CONTRIBUTING.md add CONTRIBUTING docs 2026-01-26 22:17:57 +01:00
LICENSE update copyright notice in LICENSE file 2024-02-09 14:55:02 +01:00
README.md initial fork: number-prefix -> unit-prefix 2024-02-09 14:41:26 +01:00
rustfmt.toml initial fork: number-prefix -> unit-prefix 2024-02-09 14:41:26 +01:00

unit-prefix

This project is a fork / continuation of the unmaintained number_prefix crate.

The minimum supported Rust version is currently 1.31 (matching the release of the 2018 edition).

API documentation and usage examples are available on docs.rs.