Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 795 Bytes

File metadata and controls

27 lines (18 loc) · 795 Bytes

tar-core

Sans-IO tar header parsing and building for sync and async runtimes.

Overview

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.

no-std support

This project does support read-only parsing if the default std feature is disabled.

License

Licensed under either of:

at your option.