Crate naming_clt_lib

Source

Structs§

Captor
Answer user’s --locator options, capture words that match the options from given long text.
Convertor
Take --output option’s value, convert matches extracted form input to different output formats for printing.
Filter
Answer user’s --filter option, ignore captured words that user not indicates in --filter option, and convert words to NamingCase instances.

Functions§

read_from_files
Convert Vec into a slice of &str in Rust: https://stackoverflow.com/a/41180422/11397457
read_from_std_in
to_string_vec