monokakido

Crates.iomonokakido
lib.rsmonokakido
version0.3.2
sourcesrc
created_at2022-10-11 01:54:17.840739
updated_at2023-02-02 19:02:37.387106
descriptionA Rust library for parsing and interpreting the Monokakido dictionary format.
homepage
repository
max_upload_size
id684978
size62,152
Pyry Kontio (golddranks)

documentation

README

monokakido.rs

A Rust library for parsing and interpreting the Monokakido dictionary format. Aiming for full test coverage and efficient implementation with minimal dependencies.

TODO:

  • Refactor code for generic "rsc" and "nrsc" support
  • Audio using "rsc" (CCCAD, WISDOM3)
  • Audio using "nrsc" (DAIJISEN2, NHKACCENT2, OALD10, OLDAE, OLEX, OLT, RHEJ, SMK8)
  • Multiple contents (WISDOM3, OLEX)
  • Document the rsc, nrsc and keystore formats
  • Split main.rs into "dict exploder" and "dict cli"

Planned to support:

  • WISDOM3
  • SMK8
  • RHEJ
  • OLT
  • OLEX
  • OLDAE
  • OCD
  • OALD10
  • NHKACCENT2
  • DAIJISEN2
  • CCCAD
Commit count: 0

cargo fmt