Structs§
- Answer user’s
--locator
options, capture words that match the options from given long text. - Take
--output
option’s value, convert matches extracted form input to different output formats for printing. - Answer user’s
--filter
option, ignore captured words that user not indicates in--filter
option, and convert words to NamingCase instances.
Functions§
- Convert Vec
into a slice of &str in Rust: https://stackoverflow.com/a/41180422/11397457