libsession 0.1.3

Session messenger core library - cryptography, config management, networking
Documentation
1
2
3
4
5
6
7
8
//! Transport layer implementations for the Session network.
//!
//! Provides QUIC-based transport with TLS via rustls.

/// Transport trait and connection abstractions.
pub mod transport;
/// QUIC transport implementation using quinn.
pub mod quic;