unfolder

Crates.iounfolder
lib.rsunfolder
version0.0.3
created_at2025-07-26 03:44:18.426881+00
updated_at2025-07-27 04:31:07.484229+00
descriptionlibrary and executable to unfold a file into a folder and fold a previously unfolded folder into a file
homepagehttps://crates.io/crates/unfolder
repositoryhttps://github.com/gabrielfalcao/unfolder
max_upload_size
id1768779
size10,304,685
Gabriel Falcão (gabrielfalcao)

documentation

https://docs.rs/unfolder

README

unfolder

unfold a file into a folder and fold a previously unfolded folder into a file

$ dd if=/dev/random bs=4 count=211776 of=random-file.bin
$ unfolder unfold random-file.bin random-file-unfolded
$ unfolder fold random-file-unfolded random-folded.bin
Commit count: 0

cargo fmt