jax-daemon 0.1.13

End-to-end encrypted storage buckets with peer-to-peer synchronization
Documentation
1
2
3
4
5
6
7
8
9
mod dbool;
mod dcid;
mod duuid;
mod mount_status;

pub use dbool::DBool;
pub use dcid::DCid;
pub use duuid::DUuid;
pub use mount_status::MountStatus;