Sans-IO tar header parsing and building for sync and async runtimes.
tar-core provides zero-copy parsing and building of tar archives that works
with any I/O model. The Parser has no trait bounds on readers - it just
processes byte slices. This enables code sharing between sync crates like
tar-rs and async crates like
tokio-tar.
This project does support read-only parsing if the default std feature
is disabled.
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.