rtxtar 0.1.0

rust implementation of the txtar format
Documentation
  • Coverage
  • 53.85%
    7 out of 13 items documented0 out of 10 items with examples
  • Size
  • Source code size: 9.34 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.43 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • lolbinarycat

rtxtar: rust txtar implementation

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 create

Takes a list of files as arguments and prints a txtar archive containing those files to stdout.

rtxtar extract

Reads a txtar archive from stdin and extracts it to the current dir.

rtxtar list

Reads a txtar archive from stdin and prints a list of all the files within it to stdout.