aruna-file 0.4.5

Library and component for encrypting / compressing .aruna files, including specification
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod async_sender_sink;
pub mod decrypt;
pub mod encrypt;
pub mod filter;
pub mod footer;
pub mod gzip_comp;
pub mod hashing_transformer;
pub mod hyper_sink;
pub mod size_probe;
pub mod tar;
pub mod writer_sink;
//pub mod zip;
pub mod zstd_comp;
pub mod zstd_decomp;