[][src]Crate ejdict_rs_core

ejdict-rs-core

This library is detailed implementation of ejdict-rs.

Note

We do not recommend using this library directly. Please use from the following URL.

https://github.com/tomo3110/ejdict-rs

Dependencies

  • failure
    • Apache 2.0, MIT
    • Error management
  • serde
    • Apache 2.0, MIT
    • Serialization framework

Thanks for the great crates.

License

This software is under MIT License.

Structs

Candidates

Candidate words. This struct is implemented Iterator. Use the iterator API to check the result.

Dictionary

Dictionary struct This struct is holds all the words contained in the English-Japanese dictionary.

Word

This Struct is that holds word translation information. words field is that holds similar English words.

Enums

ConvertError

An error returned when conversion from string to SearchMode fails.

SearchMode

SearchMode specifies how to check if a word is a match.