mirror of
https://github.com/ElnuDev/rust-jmdict.git
synced 2025-05-12 09:55:51 -07:00
There is about four weeks worth of history, the interesting parts of which I've documented in `CONTRIBUTING.md`. I'm now throwing this history away because there is a lot of messing with data files in there that bloats the repo unnecessarily, and this is my last chance to get rid of that bloat before other people start pulling it. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
jmdict-traverse
Parsing utilities for the build and test phases of the jmdict
crate.
This code is in a separate crate because, if we put it in the jmdict
crate itself, its build.rs
could not import it.
Compatibility promise
There is none. Although this crate is published on crates.io for technical reasons, this crate
is internal to the jmdict
crate. Its API may change at any time, including in bugfix releases. Use
the API provided by the jmdict
crate instead.