cu29-traits
Common traits and shared types used across Copper runtime and components.
This crate is designed to be usable both inside and outside Copper. It provides core result/error types, logging stream traits, and common robotics-facing interfaces that help decouple components.
Features
std(default): enablesstd::error::Errorintegration.defmt: enables embeddeddefmtsupport.
no_std
cu29-traits supports no_std by disabling default features.