relay-core 0.2.0-beta.4

The core components of the Relay Protocol.
Documentation
1
2
3
4
5
6
7
mod delivery;
mod private;
mod routing;

pub use delivery::DeliveryEnvelope;
pub use private::PrivateEnvelope;
pub use routing::RoutingEnvelope;