Version 0.12.0 released! #330
Locked
corwinkuiper
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Added
Allocator
trait forHashMap
. This means theHashMap
can be used withInternalAllocator
to allocate to IWRAM or theExternalAllocator
to explicitly allocate to EWRAM.HashMap.retain()
.Changed
sync
module, reducing the chance of missed interrupts.size_hint
which should result in slightly better generation of code using those iterators.testing
is now a default feature, so you no longer need to add a separatedev-dependencies
line foragb
in order to enable unit tests for your project.Fixed
Beta Was this translation helpful? Give feedback.
All reactions