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
As mentioned in #138 (comment), testing the no_std support seem to require a whole separate crate to avoid leaks from the dev dependencies. The current tests does not catch any compile errors from not having std, so this is necessary for knowing if that feature even works.
Also, if there is a better way, then that is of course preferred.
The text was updated successfully, but these errors were encountered:
140: Add a basic test crate for no_std r=Ogeon a=Ogeon
It's very bare bones, but will hopefully get the job done.
Closes#139
Co-authored-by: Erik Hedvall <erikwhedvall@gmail.com>
As mentioned in #138 (comment), testing the
no_std
support seem to require a whole separate crate to avoid leaks from the dev dependencies. The current tests does not catch any compile errors from not havingstd
, so this is necessary for knowing if that feature even works.Also, if there is a better way, then that is of course preferred.
The text was updated successfully, but these errors were encountered: