A library for parsing and interpreting the Monokakido dictionary format.
Go to file
2022-10-11 10:50:31 +09:00
src Implement basic functionality (#2) 2022-10-11 10:50:31 +09:00
.gitignore First commit 2022-10-11 10:08:42 +09:00
Cargo.lock Implement basic functionality (#2) 2022-10-11 10:50:31 +09:00
Cargo.toml Implement basic functionality (#2) 2022-10-11 10:50:31 +09:00
README.md First commit 2022-10-11 10:08:42 +09:00

monokakido.rs

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