silent-sparrow 0.4.0

A minimal, scheduled, cryptographically signed status beacon.
Documentation
1
2
3
4
5
6
7
8
9
// Re-export public modules for use by binaries
pub mod canary;
pub mod config;
pub mod crypto;
pub mod publisher;

// Re-export commonly used types
pub use canary::Canary;
pub use config::Config;