Registry / utility / numerals

numerals

JSON →
library0.1.4rscratesunverified

Library for numeric systems, both ancient and modern.

# Cargo.toml [dependencies] numerals = "0.1.4"
INSTALL
IMPORT
SIG · NUMERALS
N
numerals
utilityrustv0.1.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Roman
use numerals::Roman;

Converts a number to Roman numerals.

use numerals::Roman; fn main() { let roman = Roman::from(2024); println!("2024 in Roman: {}", roman); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
numerals — cargo add numerals · libregistry