update doc strings

This commit is contained in:
Chris Beck
2025-12-15 15:39:57 -07:00
parent e37bc1a986
commit 01bbcd8fd0
+2 -1
View File
@@ -1,7 +1,8 @@
//! Signal Gateway library for bridging alertmanager and logging with Signal messenger.
//!
//! This crate provides the core functionality for receiving alerts and log messages
//! and forwarding them to Signal messenger via signal-cli.
//! and forwarding them to Signal messenger via signal-cli, as well as chatting back,
//! interrogating the system, generating plots, or issuing other commands.
#![deny(missing_docs)]