macro_files 0.1.0

Macro consuming JSON like data structures to create directories and files at runtime.
Documentation
1
2
3
4
5
6
7
8
9
error: unexpected end of macro invocation
 --> tests/ui/fail/missing_value.rs:4:5
  |
4 | /     create!({
5 | |         "README.md":
6 | |     });
  | |______^ missing tokens in macro arguments
  |
  = note: this error originates in the macro `$crate::create_internal` which comes from the expansion of the macro `create` (in Nightly builds, run with -Z macro-backtrace for more info)