roc/test_utils/src
Jared Cone ec203595c1
Util for temporary directory
temdir() creates a random directory which isn't good for testing. Adding suppo
rt for a temporary named directory that cleans itself up before and after use. Adds a dependency on 'remove_dir_all' crate, but that crate was already
an implicit dependency through the 'tempfile' crate.
2022-04-20 21:25:12 -07:00
..
lib.rs Util for temporary directory 2022-04-20 21:25:12 -07:00