[][src]Module streamson_lib::handler

Collections of handler (what to do with matched paths and data).

Re-exports

pub use buffer::Buffer;
pub use file::File;
pub use indexer::Indexer;
pub use println::PrintLn;

Modules

buffer

Handler which buffers output which can be manually extracted

file

Handler which puts output into a file

indexer

Handler which stores indexes where matched data are kept. The data should be within <start_idx, end_idx) range

println

Handler which puts output into stdout

Traits

Handler

Common handler trait