mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-03 17:02:13 +00:00

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com> Reviewed-by: Max Carrara <m.carrara@proxmox.com> Tested-by: Max Carrara <m.carrara@proxmox.com>
9 lines
166 B
Rust
9 lines
166 B
Rust
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
|
|
|
|
pub use deflate::{DeflateDecoder, DeflateEncoder, Level};
|
|
|
|
mod deflate;
|
|
pub mod tar;
|
|
pub mod zip;
|
|
pub mod zstd;
|