[][src]Module t9::tree

Allows for reverse lookup of ports with T9 predictive text

let digits = pad::digits_for("7878`");
let words = tree.words_at(digits);
assert!(words.contains(&"rust"));

You can find several examples at this crates repository.

Structs

Tree

A Tree that keeps track of all words reachable with a certain sequence of digits