Struct number_words::Parser [] [src]

pub struct Parser { /* fields omitted */ }

Methods

impl Parser
[src]

Entry point. Internally, get out of string early, to use chars instead. Note the use of into_iter.