use Cow;
/// Fully-qualified component name, e.g. "orts.Position3D".
pub type ComponentName = ;
/// A component is the smallest unit of data that can be logged for an entity.
///
/// Components are value types that know their name and can serialize themselves
/// to a flat f64 slice (for Arrow Float64Array compatibility).