list_files_macro 0.1.0

A simple proc macro to generate a const list of filenames and optionally apply a macro to each
Documentation
1
2
3
4

pub fn run() -> &'static str {
	"C"
}