____ _ ____ _ _
| __ ) _ _| |_ ___| __ )| | __ _ ___| |_
| _ \| | | | __/ _ \ _ \| |/ _` / __| __|
| |_) | |_| | || __/ |_) | | (_| \__ \ |_
|____/ \__, |\__\___|____/|_|\__,_|___/\__|
|___/
ByteBlast is a versatile dummy file creator written in Rust. It allows you to generate large files filled with random byte patterns, making it useful for various testing scenarios, such as performance benchmarking, stress testing, or simulating realistic file sizes.
- Efficient and Fast: ByteBlast is built using Rust, a high-performance systems programming language, ensuring efficient file generation even for extremely large files.
- Flexible File Generation: ByteBlast provides a simple and intuitive command-line interface that enables you to generate files of any size, with customizable byte patterns.
- Random Byte Generation: Generate files with random byte patterns, useful for testing scenarios where data integrity or randomness is important.
- 💻 Installation
- ▶ Usage
- 📃 License
- 🙏 Acknowledgements
Clone this repository
git clone https://github.com/samuelchristlie/ByteBlast
cd ByteBlast
Build project using Cargo
cargo build --release
The compiled build should be located in the target folder.
You can also check if a prebuilt binary is available in the Releases section.
To run ByteBlast, simply type the following command
byteblast
This project is licensed under the GNU GPL v3 License - see the LICENSE file for more details.
Thanks to Patrick Gillespie for creating the ASCII text art tool used in this project https://patorjk.com/software/taag/