random-dir
Introduction
random-dir is a library that helps create directories with random contents.
The intended usage is to generate random directory,
feed this directory as an input to some function, and
then compare the output of this function to the expected output.
This crate is particularly useful to test archiver crates like kpea.
Example
use list_dir_all;
use Dir;
use arbtest;