//! The `source_id` module defines the `SourceId` type, a unique identifier
//! for each source within the simulation.
//!
//! This ID is essential for tracking, referencing, and managing individual
//! sources throughout their lifecycle.
/// Represents a unique identifier for a simulation source.
;