formatting and comments
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
//! Extensible component registry and event-processing contracts.
|
||||
//!
|
||||
//! A component kind supplies a versioned settings definition, a pure browser
|
||||
//! projection and optional durable handlers. The live provider and router know
|
||||
//! only these traits, so adding a gift wall or song-request component does not
|
||||
//! require branching on component kinds in the ingestion pipeline.
|
||||
|
||||
use std::{
|
||||
collections::{BTreeSet, HashMap},
|
||||
error::Error,
|
||||
|
||||
Reference in New Issue
Block a user