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
error: no rules expected the token `".gitignore"`
 --> tests/ui/fail/missing_comma.rs:6:9
  |
5 |         "README.md": "# Title"
  |                               - help: missing comma here
6 |         ".gitignore": "/target"
  |         ^^^^^^^^^^^^ no rules expected this token in macro call