1 2 3 4 5 6
lazy_static! { static ref DLOG_BATCH_MARKER: Vec<u8> = { let marker = "செய்வன திருந்தச் செய்"; marker.as_bytes().to_vec() }; }