alexcrichton / tar-rs

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

EntryType::Continuous / Contiguous typo #381

Open allisonkarlitskaya opened 1 month ago

allisonkarlitskaya commented 1 month ago

According to https://docs.rs/tar/latest/tar/enum.EntryType.html there is a type of entry called "Continuous". Every other reference for the tar archive format that I've been able to find (Wikipedia, GNU docs, various blogs, etc.) call this "Contiguous".

Is that intentional? If so, a note should probably be added to the docs about it.