/// This crate is all the utilities shared by the nova rust projects /// It includes loging, config and protocols. pub mod config; pub mod monitoring; pub mod nats; pub mod payloads; pub mod error;