| Crates.io | rtxtar |
| lib.rs | rtxtar |
| version | 0.1.0 |
| created_at | 2025-01-11 21:40:31.745686+00 |
| updated_at | 2025-01-11 21:40:31.745686+00 |
| description | rust implementation of the txtar format |
| homepage | |
| repository | https://codeberg.org/binarycat/rtxtar |
| max_upload_size | |
| id | 1512770 |
| size | 9,850 |
This package provides a library and command line tool for working with the txtar format, originally described by the Go package of the same name
Unlike the txtar crate, this library allows iterating over the contained files without extracting them.
However, the main focus of this package is on the command line utility.
rtxtar has 3 subcommands:
rtxtar createTakes a list of files as arguments and prints a txtar archive containing those files to stdout.
rtxtar extractReads a txtar archive from stdin and extracts it to the current dir.
rtxtar listReads a txtar archive from stdin and prints a list of all the files within it to stdout.