chat-core 0.1.1

Core library for chat-rs
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod builder;
pub mod error;
pub mod traits;
pub mod transport;

pub mod chat;
pub mod macros;
pub mod types;

pub(crate) mod utils;