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.
- Host: GitHub
- URL: https://github.com/localghost/filegen
- Owner: localghost
- License: gpl-3.0
- Created: 2023-04-14T13:50:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T14:22:10.000Z (about 2 years ago)
- Last Synced: 2025-02-07T21:37:23.639Z (3 months ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)