cmd-proc-macro
This crate contains only 1 proc-macro cmd_execute that can execute shell commands and yield an expression of type &'static [u8; N] which is the output of the commands
Usage
src/main.rs:
let cargo = cmd_execute!;
let bytes = include_bytes!;
assert_eq!;