Common functions useful for tests.
In this crate you can find some functions I use frequently at my tests.
Filesystem utilities. They are useful to prepare folders and files for your tests.
Cryptographic functions for your tests. Here you can find hashing functions to check file contents.
Functions to create temporal folder and files.
Functions for file operations (copy, delete, etc).