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
It would be really nice to be able to use this crate or a subset of it in no_std environments.
Most parts currently imported from std:: have equivalents in core::.
After a quick look, the biggest show stopper is the missing of an Error alternative in no_std environments.
Maybe parts of the crate can be left out but it would be really cool to use humantime in IoT projects.
The text was updated successfully, but these errors were encountered:
It would be really nice to be able to use this crate or a subset of it in no_std environments.
Most parts currently imported from
std::
have equivalents incore::
.After a quick look, the biggest show stopper is the missing of an
Error
alternative inno_std
environments.Maybe parts of the crate can be left out but it would be really cool to use humantime in IoT projects.
The text was updated successfully, but these errors were encountered: