jax-daemon 0.1.17

End-to-end encrypted storage buckets with peer-to-peer synchronization
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod bucket_status;
mod db_hash;
mod dbool;
mod dcid;
mod dmime;
mod duuid;
mod mount_status;

pub use bucket_status::BucketStatus;
pub use db_hash::DbHash;
pub use dbool::DBool;
pub use dcid::DCid;
pub use dmime::DMime;
pub use duuid::DUuid;
pub use mount_status::MountStatus;