codize
A simple library that helps with printing code as strings
use ;
let expected = r"
fn main() {
foo();
}";
let code = block!;
assert_eq!;
A simple library that helps with printing code as strings
use ;
let expected = r"
fn main() {
foo();
}";
let code = block!;
assert_eq!;