chat-core 0.2.0

Core library for chat-rs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
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;

#[cfg(feature = "testing")]
pub mod testing;