use ;
/// A star's brightness or strength state.
///
/// The derived [`Ord`]/[`PartialOrd`] follow the variant declaration order
/// (brightest first) and exist only to give facade/export snapshots a stable,
/// deterministic star ordering key (see
/// [`crate::core::model::chart::facade_snapshot`]). They do not affect placement.