You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: