libquassel 0.1.0

Native rust implementation of the Quassel protocol and library functions
Documentation
1
2
3
4
5
mod handshake;
mod signalproxy;

pub use handshake::*;
pub use signalproxy::*;