An open API service indexing awesome lists of open source software.

https://github.com/localghost/filegen

Generate files with random data.
https://github.com/localghost/filegen

Last synced: about 2 months ago
JSON representation

Generate files with random data.

Awesome Lists containing this project

README

        

# filegen
A tool for generating number of files of the same size with random contents.

## Building
### Statically-linked binary
```
RUSTFLAGS='-C target-feature=+crt-static' cargo build --release --target x86_64-unknown-linux-gnu
```
(https://msfjarvis.dev/posts/building-static-rust-binaries-for-linux/)