sett 0.3.0

Rust port of sett (data compression, encryption and transfer tool).
Documentation
1
2
3
4
//! Backends for remote storage.

pub mod s3;
pub mod sftp;