Added
- reexport prime abbreviations to
::all
. - add
N
abbreviation forNumbers
.
Remove
- remove reexported items at the root.
Changed
- update
devela
to0.9.0
. - remove
std
from default features. - rename enums prefixed by
Any
toAll
. - rename enums in singular form to plural form.
- rename traits in plural form to singular form.
- deprecate features:
all_nostd
,all_nostd_fast
. - deprecate and rename feature
all_fast
tofull_fast
. - deprecate and rename feature
all
tofull
.
Fixed
- fix prime doc examples to avoid long exec times.
- fix including licenses in crate.
- fix enabling
devela/alloc
. - misc. internal refactoring.
- avoid destructuring enums.
- fix several tests.
Full Changelog: v0.4.0...v0.5.0