| Crates.io | unfolder |
| lib.rs | unfolder |
| version | 0.0.3 |
| created_at | 2025-07-26 03:44:18.426881+00 |
| updated_at | 2025-07-27 04:31:07.484229+00 |
| description | library and executable to unfold a file into a folder and fold a previously unfolded folder into a file |
| homepage | https://crates.io/crates/unfolder |
| repository | https://github.com/gabrielfalcao/unfolder |
| max_upload_size | |
| id | 1768779 |
| size | 10,304,685 |
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