Releases: popzxc/stdext-rs
Releases · popzxc/stdext-rs
v0.3.3
What's Changed
- Add debug_name macro by @patrickelectric in #17
- Add freestanding
default()by @flippette in #18 - Prepare release v0.3.3 by @popzxc in #19
New Contributors
- @patrickelectric made their first contribution in #17
- @flippette made their first contribution in #18
Full Changelog: v0.3.1...v0.3.3
v0.3.1
v0.3.0
New features
try_matchandunwrap_matchmacros to get a certain variant from an enum.return_okandreturn_somemacros for early return of successful calculation.Integertrait that unifies all the built-in integer types under a single interface.FloatConverttrait that adds an interface for converting floating point numbers into integers.
See all the features of this crate in docs.