libquassel 0.1.0

Native rust implementation of the Quassel protocol and library functions
Documentation
1
2
3
4
5
6
mod aliasmanager;
mod backlogmanager;

pub trait Act {
    fn act(self: Self);
}