file_filler

Crates.iofile_filler
lib.rsfile_filler
version1.0.0
sourcesrc
created_at2023-03-16 15:29:03.559456
updated_at2023-03-16 15:39:09.558792
descriptionFun-made program. It can create and fill files with 1s with given size
homepage
repository
max_upload_size
id811598
size2,479
(ggaast)

documentation

README

This simple application can do only this:

  • Create file with a given name
  • Fill this file with positive bits (1)
  • Do previous step until file size riches given value

Getting started:

cargo run --release

Note: file size is limited by 20 gb.

Commit count: 0

cargo fmt