- Mostly the error type
alloc via feature that extern crate alloc
heapless via feature that brings heapless types
std is usually a default feature (when needed) or usually non-default that can be activated for std error type
- error type is making it's way into core though and there is also
core-error crate
e.g.
Also thiserror is simple to replace out
allocvia feature thatextern crate allocheaplessvia feature that brings heapless typesstdis usually a default feature (when needed) or usually non-default that can be activated for std error typecore-errorcratee.g.
Also thiserror is simple to replace out