A Rust crate for formatting numbers into the "Lakh Crore" (...हजार, लाख, करोड, अर्ब...) system.
lakh-crore-numbers is available on crates.io:
lakh-crore-numbers = "0.1.0"
use lakh_crore_numbers as lcn;
assert_eq!(lcn::format_to_nepali_numeral(295678), "२९५६७८");
use lakh_crore_numbers as lcn;
assert_eq!(
lcn::format_to_nepali_words(8359),
Ok(String::from("आठ हजार तीन सय उनन्साट्ठी")));
Please take a look at the official documentation as well.
Please check the CHANGELOG.md for details.
Copyright © 2021, Suvash Thapaliya
Distributed under the ISC License.