Skip to content

v0.2.2

Latest
Compare
Choose a tag to compare
@deniz-hofmeister deniz-hofmeister released this 25 Dec 13:05
0e538b9

This release is focused on the removal of std libraries for its core and alloc counterparts.

This has been largely successful, except for the std::time library along with this library's dependency on the usage of UNIX time, current time. This is left in and means that this library is not fully no_std compatible. see the discussion.

Whether this library will be no_std compatible in the future remains to be seen.