[][src]Crate smlr

Re-exports

pub use cli_options::CliOptions;
pub use cli_options::PresentationOptions;
pub use cli_options::IndexingOptions;

Modules

cli_options

Struct to hold the various options. Those are fed by the user through clap.

file_manager
indexer

The indexer is parsing the input and creates an index that can be re-used. This will be useful for big files.

score
serialized_content

Functions

display

After the Index was created, we can use it to filter and display the filtered input.

get_input

This function reads the file provided as [filename] of get the input from stdin if [flename] was None.

run