Alpha Release v0.6.0 #59
jngls
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
A minor release to introduce a few nice features and allow us to release a new library: insides. This means that dilate is officially dogfooded!
So what are the notable changes?
We are now
no_stdby default. This means that dilate is now suitable for use in embedded systems with limited memory capacity - Woohoo! We still supportstdimplementations - see Migration Notes below.Besides that, we have a number of quality of life improvements that came about as a result of dilate being dogfooded in insides.
Migration Notes
no_stdby default, you must specify thestdfeature in yourcargo.tomlif you want to use theDisplay,Add,AddAssign,Sub,SubAssignimplementations (this implies operators+,+=,-, and-=).DilatedInttuple constructor and tuple member.0are no longer accessible - please usenew()andvalue()respectively.SupportedTypehas been renamed toDilatableTypeto better identify dilate typesWhat's Changed
no_stdapplications by @alexmadeathing in Supportno_stdapplications #54Full Changelog: v0.5.0...v0.6.0
This discussion was created from the release Alpha Release v0.6.0.
All reactions