This is a parser for Wordnet dictionaries, written in 100% Rust.
The library poorly tested and incomplete.
Here are the unimplemented features:
Send
and Sync
traits that could be applied.If the database is corrupt then the library may panic.
I'm not clear on if there's a cause to use Result
.
It is possible that there are bugs that may cause the library to enter an infinite loop while parsing the database.
The library is known to work on Linux and Windows.