You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
structDictionary{config:Config,wordlist:HashSet<Entry>,wordlist_nosuggest:HashSet<Entry>,wordlist_forbidden:HashSet<Entry>
meta:Vec<Weak<Meta>>}structEntry{word:String,meta:Vec<Rc<Meta>>}structMeta{// Any info relevant to that entry including homonyms & source}structConfig{// similar to current}
The text was updated successfully, but these errors were encountered:
Now that we have some direction on how this project should look, we can do some serious restructuring
Basic module layout:
From #27:
The text was updated successfully, but these errors were encountered: