macro_rules! rd { () => { ... }; ($($value:expr),+ $(,)?) => { ... }; }
Send values to Ray and terminate the process (alias of ray!(...).die()).
ray!(...).die()
use ray::rd; rd!("fatal");