trussed-dev/flexiber

flexiber::Error should implement std::error::Error

Closed this issue · 1 comments

All error types should implement std::error::Error.

Not absolutely, as this library is intended for use in embedded environments (no_std and no_alloc). Support behind an std feature flag would be useful though, yes.