Replies: 1 comment 3 replies
-
The main historical barrier has been that the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, as is stated in the README, eyre has not had no_std support for about 4 years now. However, after some very surface level source code browsing, it seems like the main reason no_std support was removed is because the
once_cell
crate was added as a dependency.once_cell
does have no_std support though, with some caveats. Are there any larger reasons eyre cannot have no_std support (assuming a global allocator is available)?Beta Was this translation helpful? Give feedback.
All reactions