1 unstable release
0.0.0-stub | Feb 1, 2020 |
---|
#20 in #archiver
2KB
Pure rust implementation for Unix Standard TAR archiver (USTAR)
Under development.
Project goals
- write and read only for ustar format and skip others
- append files to existing archive
- support no_std if possible
- support compilation to wasm (wasi)