Common copper traits and types for robotics systems.
This crate is no_std compatible by default. Enable the "std" feature for additional
functionality like implementing std::error::Error for CuError and the
new_with_cause method that accepts types implementing std::error::Error.
Features
std(default): Enables standard library support- Implements
std::error::ErrorforCuError - Adds
CuError::new_with_cause()method for interop with std error types
- Implements
no_std Usage
To use without the standard library:
[]
= { = "0.9", = false }