cstr 0.2.12

Macro for building static CStr reference
Documentation
1
2
3
4
5
use cstr::cstr;

fn main() {
    let _foo = cstr!();
}