rust-jmdict/jmdict-enums
2021-07-19 19:05:34 +02:00
..
data bump JMdict to 2021-07-19 2021-07-19 18:55:10 +02:00
src add all_variants, from_constant_name to trait Enum 2021-07-19 19:03:36 +02:00
build.rs add all_variants, from_constant_name to trait Enum 2021-07-19 19:03:36 +02:00
Cargo.toml release v2.0.0 2021-07-19 19:05:34 +02:00
README.md reset history 2021-04-18 14:13:37 +02:00

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.