Skip to main content

Mountain/Vine/Server/Notification/Support/
mod.rs

1//! Shared utilities for Cocoon → Mountain notification atoms.
2//!
3//! - `UnregisterByHandle` - provider-unregistration helper (handle →
4//!   ProviderRegistration)
5//! - `RelayToSky` - emit-to-sky-event + dev-log helper
6
7pub mod RelayToSky;
8
9pub mod UnregisterByHandle;