korean_numbers 0.5.5

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
[package]
name = "korean_numbers"
version = "0.5.5"
authors = ["Andrew Zah <zah@andrewzah.com>"]
#edition = "2018"
license = "Apache-2.0"
keywords = ["korean", "hangeul", "libhangeul", "hangul"]
categories = ["internationalization"]
repository = "https://git.sr.ht/~andrewzah/korean_numbers"
homepage = "https://git.andrewzah.com/andrei/korean-nums"
readme = "README.md"
description = '''
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.
'''

[dependencies]
itertools = "0.8.0"
num = "0.2.0"

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

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = "0.2"