You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to make this rep no_std compatible, we need no_std compatible errors. thiserror is not no_std compatible, while snafu is. We are currently using thiserror.
Note: While dtolnay/thiserror#304 is an open PR, it is not clear how soon this will get merged. Additionally, Substrate uses snafu, which would help unify dependencies for Substrate-based integrations.
Requested Changes
Replace thiserror with snafu
The text was updated successfully, but these errors were encountered:
Background and Motivation
In order to make this rep
no_std
compatible, we needno_std
compatible errors.thiserror
is notno_std
compatible, whilesnafu
is. We are currently usingthiserror
.Note: While dtolnay/thiserror#304 is an open PR, it is not clear how soon this will get merged. Additionally, Substrate uses
snafu
, which would help unify dependencies for Substrate-based integrations.Requested Changes
thiserror
withsnafu
The text was updated successfully, but these errors were encountered: