ringdrop 0.6.0

P2P streamed file transfer with ring-based access control, built on iroh and bao protocols
Documentation
1
2
3
4
5
6
mod node;
mod protocol;
mod ticket;

pub use node::Node;
pub use ticket::ShareTicket;