ferrischat_common 0.3.0

Common utilities and types for FerrisChat
Documentation
1
2
3
4
5
6
7
8
9
10
#[macro_use]
extern crate serde_derive;

#[macro_use]
mod serde_bitflag_impl;

pub mod perms;
pub mod request_json;
pub mod types;
pub mod ws;