file_endec 1.0.1

Secure file encryption and decryption from the command line.
Documentation
1
2
3
4
5
6
7
8
pub use errors::FedResult;

#[allow(clippy::module_inception)]
pub mod base64;
pub mod errors;
pub mod pth;
pub mod test_cmd;
pub mod version;