1
2
3
4
5
pub const START_MARKER: &'static str = ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\n";

pub const SEPARATOR:  &'static str = "================================\n";

pub const END_MARKER: &'static str = "<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\n";