dove-core 0.1.1

The shared library behind dove — client-side-encrypted, expiring file sharing from a cloud you own.
Documentation
1
2
3
4
//! Backend implementations of the [`crate::transfer::Transfer`] seam.

pub mod self_hosted;
pub use self_hosted::{GateState, SelfHosted};