str0

Macro str0 

Source
macro_rules! str0 {
    ($s:expr) => { ... };
}
Expand description

Make a static Nul<u8>.

ยงExamples

static s: &'static Nul<u8> = str0!("Hello, world!");