1 unstable release
0.1.0 | Feb 14, 2019 |
---|
#17 in #concatenation
Used in proc-concat-bytes
3KB
proc-concat-bytes
Concatenates byte literals
Examples
use proc_concat_bytes::concat_bytes;
let c_str = std::ffi::CStr::from_bytes_with_nul(&concat_bytes!(b"Hello World!", b'\0')[..]).unwrap();
Dependencies
~2MB
~46K SLoC