cargo
console
cargo install fake-file
```console
fake-file --help
fake-file -d 4 -w 4 -s 1024 -o . ```
Run tests
console
cargo test
Run benchmarks - this sees how long it takes to generate a 1GB file structure
console
cargo bench
For formatting Rust in particular, please use cargo fmt
as it uses
specific nightly features we recommend. Make sure you have nightly
installed.
For usage questions, usecases, or issues please open an issue in our repository.
We would be happy to try to answer your question or try opening a new issue on Github.
These are references to specifications, talks and presentations, etc.
This project is licensed under the MIT License, or http://opensource.org/licenses/MIT.