eck 0.0.3

A fast, simple file & folder encryption manager, written in Rust
1
2
3
4
5
6
7
8
9
pub mod logging;
pub mod output;
pub mod report;

pub use output::EnkryptitOutput;

/// Documentation URL appended to every diagnostic report.
pub const DOC_URL: &str =
    "https://github.com/VRAM-RAM/Enkryptit/tree/main/doc/user-guide/en/errors.md";