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_match
andunwrap_match
macros to get a certain variant from an enum.return_ok
andreturn_some
macros for early return of successful calculation.Integer
trait that unifies all the built-in integer types under a single interface.FloatConvert
trait that adds an interface for converting floating point numbers into integers.
See all the features of this crate in docs.