no-rustdoc
Philipp Schuster 2021-10-04 13:46:03 +02:00
parent 47bdfd1f85
commit 6cb4d04cef
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ fn main() {
```
## Compression
If your tar file is compressed, e.g. bei `.tar.gz`/`gzip`, you need to uncompress the bytes first
If your tar file is compressed, e.g. by `.tar.gz`/`gzip`, you need to uncompress the bytes first
(e.g. by a *gzip* library). Afterwards, this crate can read and write the Tar archive format from the bytes.
## MSRV