alpine-protocol-sdk 0.2.4

High-level SDK on top of the ALPINE protocol layer.
Documentation
1
2
3
4
5
6
7
pub mod error;
pub mod quic;
pub mod udp;

pub use error::TransportError;
pub use quic::QuicFrameTransport;
pub use udp::UdpFrameTransport;