Want to contribute? Fork me on Codeberg.org!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Elnu 59f90e187f
bump JMdict to 2023-07-25
10 months ago
..
data bump JMdict to 2023-07-25 10 months ago
src add all_variants, from_constant_name to trait Enum 3 years ago
Cargo.toml release v2.0.0 3 years ago
README.md reset history 3 years ago
build.rs mark all enums as non-exhaustive 3 years ago

README.md

jmdict-enums

Autogenerated enums for 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. This crate can disappear at any time if we choose to restructure the build system for the jmdict crate. To use the types from this crate, look at the re-exports of the same name in the jmdict crate.