irc 0.13.5

A simple, thread-safe, and async-friendly library for IRC clients.
Documentation
1
2
3
4
5
6
7
//! Data related to IRC functionality.

pub use client::data::config::Config;
pub use client::data::user::{AccessLevel, User};

pub mod config;
pub mod user;