rsclaw-cap 0.1.0

Cap crate for RsClaw — internal workspace crate, not for direct use
1
2
3
4
//! Notification sink trait — lifted to rsclaw-types (crate-split) so lower
//! crates (channel) can implement it without depending on cap. Re-exported
//! here for backward-compat at crate::notification::.
pub use rsclaw_types::{Notification, NotificationPriority, NotificationSink};