[][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 println::PrintLn;

Modules

buffer

Handler which buffers output which can be manually extracted

file

Handler which puts output into a file

println

Handler which puts output into stdout

Traits

Handler

Common handler trait