Function humanize::parse [] [src]

pub fn parse<T: Parse>(text: &str) -> Option<T>

Construct a value by parsing humanized text.

This uses a wild card for the language, so text in any language supported by the library should work.