alexcrichton / tar-rs

Tar file reading/writing for Rust
https://docs.rs/tar
Apache License 2.0
616 stars 178 forks source link

feat: add sparse file support to builder #321

Open attilarepka opened 1 year ago

attilarepka commented 1 year ago

This PR adds builder support for sparse files using append_sparse() method. This includes support for extension headers as well. Docs up-to-date and also tried to tests all possible happy scenarios. Examples only provided in rustdocs.

Fixes #315

attilarepka commented 11 months ago

Hi @alexcrichton! Could you please give a review on this one, when you have some spare time? Thank you!