Macrosยง
- generate_
recursive_ dir_ content_ list - Generate a recursive list of pairs of the paths and the file contents
for all files in a directory, returning an array of
(&str, &[u8])
tuples - generate_
recursive_ dir_ list - Generate a recursive list of all files in a directory