summaryrefslogtreecommitdiff
path: root/common/rust/src/lib.rs
blob: a021e97f6c2cf20b3b7ea22db0b4d69263e3cba0 (plain)
1
2
3
4
5
6
7
8
/// This crate contains shared code in all the rust projects
/// It contains utilities such as monitoring, logging and more.
pub mod config;
pub mod discord_models;
pub mod error;
pub mod monitoring;
pub mod nats;
pub mod payloads;