-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Labels
enhancementNew feature or requestNew feature or requestfeedback requestedUser feedback desired on a design decisionUser feedback desired on a design decision
Description
Originally, SNAFU was going to support no-std, until I learned that the Error trait doesn't exist in libcore!
That being said, people have said that failure works will in no-std. Evidently, failure can just implement Display in this case.
We certainly could do the same, but I wonder if there's some other powers we could add. My wildest thought would be to establish a parallel Error trait that we could implement instead of (or in addition to?) std::error::Error.
Would this be something that ErrorCompat should do?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeedback requestedUser feedback desired on a design decisionUser feedback desired on a design decision