Crate sbse

Source

Modules§

macros
use sse::macros::*;

Macros§

err_fmt
return Err(format!($($x)*))
fatal
eprintln a prefix err: fatal: and a pattern, then exit the program.
ok_fmt
return Ok(format!($($x)*))