Docs.rs
containers-api-0.9.0
containers-api 0.9.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
vv9k
Dependencies
chrono ^0.4
normal
optional
flate2 ^1
normal
futures-util ^0.3
normal
gzp ^0.11
normal
optional
http ^0.2
normal
hyper ^0.14
normal
hyper-openssl ^0.9
normal
optional
log ^0.4
normal
mime ^0.3
normal
openssl ^0.10
normal
optional
paste ^1
normal
pin-project ^1
normal
serde ^1
normal
serde_json ^1
normal
tar ^0.4
normal
thiserror ^1
normal
tokio ^1
normal
url ^2.1
normal
tempfile ^3
dev
memfile ^0.2
normal
optional
tempfile ^3
normal
optional
hyperlocal ^0.8
normal
Versions
52.1%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module tarball
containers_
api
0.9.0
Module tarball
Module Items
Functions
In crate containers_
api
containers_api
Module
tarball
Copy item path
Source
Expand description
Utility functions to compression.
Functions
ยง
dir
Writes a gunzip encoded tarball to
buf
from entries found in
path
.
dir_par
par-compress
and (Android or FreeBSD or Linux)
Same as
dir
but initializes the underlying buffer, returns it and utilizes compression parallelization on multiple cores to speed up the work.