[][src]Macro null_terminated::str0

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

Make a static Nul<u8>.

Examples

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