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
pipeline:
  build:
    image: rust:1.29-slim
    commands:
      - cargo update
      - cargo build
      - cargo test