Expand description
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.
Structs§
- Options
- Options for traversing a JMdict file. This controls which entries the Visitor visits, and which parts of the entries it sees.
- RawEntry
- RawGloss
- RawKanji
Element - RawL
Source - RawReading
Element - RawSense
Traits§
- Visitor
- Strategy for processing a JMdict file.
Functions§
- process_
dictionary - Entry point for this file. All other functions are called directly or indirectly from this fn.