// <FILE>crates/rocketsplash-formats/src/cell.rs</FILE>
// <DESC>Serialized cell representation for splash screens</DESC>
// <VERS>VERSION: 1.0.0</VERS>
// <WCTX>Runtime library implementation</WCTX>
// <CLOG>Define Cell type for splash storage</CLOG>
use ;
use crate::;
/// A single terminal cell with styling and colors.
// <FILE>crates/rocketsplash-formats/src/cell.rs</FILE>
// <VERS>END OF VERSION: 1.0.0</VERS>