No-std Error Trait

The standard library has the Error trait. For reasons this can't be used in no-std crates. So is there a common alternative? Or does everyone just do their own thing?

You could use anyhow which is widely used and supports no-std

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.