Skip to content

ByteBlast is a powerful dummy file creator written in Rust, designed to assist you in various testing scenarios.

Notifications You must be signed in to change notification settings

samuelchristlie/ByteBlast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  ____        _       ____  _           _   
 | __ ) _   _| |_ ___| __ )| | __ _ ___| |_ 
 |  _ \| | | | __/ _ \  _ \| |/ _` / __| __|
 | |_) | |_| | ||  __/ |_) | | (_| \__ \ |_ 
 |____/ \__, |\__\___|____/|_|\__,_|___/\__|
        |___/                               

ByteBlast

Easily create dummy files for various purposes

github stars badge github forks badge github issues badge

github last commit badge License: GPL v3

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.

Features 💪

  • 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.

Table of Contents 📝

  1. 💻 Installation
  2. Usage
  3. 📃 License
  4. 🙏 Acknowledgements

Building

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.

Prebuilt Binary

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/

About

ByteBlast is a powerful dummy file creator written in Rust, designed to assist you in various testing scenarios.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages