Crate naming_clt_lib
Source - 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.
- 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