Function lookup

Source
pub fn lookup(sha: &str) -> Result<Phrase, ParsePhraseError>
Expand description

Looks up a phrase from a given str slice. It should be able to look up any sized string but only if it’s a valid hexadecimal.