vinezombie 0.3.1

A modular IRCv3 framework
Documentation
1
2
3
4
5
6
//! Implementations of specific SASL mechanisms.

mod external;
mod password;

pub use {external::*, password::*};