num2en 1.0.0

For converting integer and decimal numbers into English cardinal or ordinal number words
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
authors = ["Simon Sovič <open-source@strigido.com>"]
categories = ["text-processing", "value-formatting"]
description = "For converting integer and decimal numbers into English cardinal or ordinal number words"
edition = "2021"
exclude = ["testdata"]
keywords = ["english", "words", "numbers", "cardinal", "ordinal"]
license = "MIT"
name = "num2en"
readme = "README.md"
repository = "https://github.com/simon-sovic/num2en"
rust-version = "1.56.1"
version = "1.0.0"