//! Draft-19 object status values (unchanged from draft-18).
//!
//! - 0x0 = Normal
//! - 0x3 = End of Group
//! - 0x4 = End of Track
//!
//! Draft-19 makes the "which statuses may carry a payload" rule
//! registry-driven rather than "status != 0 means empty", but the status
//! code points and their wire encoding are unchanged.
/// Object status values (draft-19).