korean_numbers 0.5.3

This parses a string of integers into hangul. Examples: 90,000 maps to 구만. 83,000,000 maps to 팔천삼백만. Currently only Sino-Korean parsing is supported.
Documentation
[dependencies.itertools]
version = "0.8.0"

[dependencies.num]
version = "0.2.0"

[lib]
name = "korean_nums"
path = "src/lib.rs"

[package]
authors = ["Andrew Zah <zah@andrewzah.com>"]
categories = ["internationalization"]
description = "This parses a string of integers into hangul.\nExamples: 90,000 maps to 구만. 83,000,000 maps to 팔천삼백만.\nCurrently only Sino-Korean parsing is supported.\n"
homepage = "https://git.andrewzah.com/andrei/korean-nums"
keywords = ["korean", "hangeul", "libhangeul", "hangul"]
license = "Apache-2.0"
name = "korean_numbers"
readme = "README.md"
repository = "https://git.sr.ht/~andrewzah/korean_numbers"
version = "0.5.3"
[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
version = "0.2"