libquassel 0.1.0

Native rust implementation of the Quassel protocol and library functions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod base_types;
pub mod datetime;

#[allow(unused_imports)]
#[allow(unused_macros)]
#[allow(dead_code)]
#[cfg(feature = "framing")]
pub mod frame;

pub mod handshake_types;

pub mod variant_types;

extern crate futures;
extern crate tokio;
extern crate tokio_test;
extern crate tokio_util;