summaryrefslogtreecommitdiff
path: root/common/rust/src/lib.rs
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-10-08 14:48:39 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-10-08 14:48:39 +0400
commita02b25f235ba6eff33c6fd965c97071d5f112b6d (patch)
tree2fc18dbde0f1b2403cb83cf1adb6aa5e66cef7b2 /common/rust/src/lib.rs
parent308df902d6ff8656cea13e61e5277890d5ad4f08 (diff)
changes in the proto names, and new spec for nats
Diffstat (limited to 'common/rust/src/lib.rs')
-rw-r--r--common/rust/src/lib.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/rust/src/lib.rs b/common/rust/src/lib.rs
index 943d7cc..1125f5a 100644
--- a/common/rust/src/lib.rs
+++ b/common/rust/src/lib.rs
@@ -1,7 +1,7 @@
-/// This crate contains shared code in all the rust projects
-/// It contains utilities such as monitoring, logging and more.
+/// 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; \ No newline at end of file
+pub mod error;