Skip to content

composefs/tar-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors