//! Moderation engine for AT Protocol.
//!//! Implements label-based content moderation, mute word matching,
//! and priority-based decision aggregation for UI contexts.
pubmoddecision;pubmodlabels;pubmodmutewords;pubmodtypes;pubusedecision::ModerationDecision;pubuselabels::{find_label_def, known_labels};pubusemutewords::{MutedWordMatch, check_muted_words};pubusetypes::*;