# Pure rust implementation for Unix Standard TAR archiver (USTAR) [![crates.io](https://img.shields.io/crates/v/ustar.svg)](https://crates.io/crates/ustar) [![Released API docs](https://docs.rs/ustar/badge.svg)](https://docs.rs/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)