Skip to content

Releases: popzxc/stdext-rs

v0.3.3

02 Apr 07:51
dc03b4a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.3.3

v0.3.1

11 Jul 12:30
a791533
Compare
Choose a tag to compare

Bump MSRV

v0.3.0

18 Jun 14:52
5a5cd83
Compare
Choose a tag to compare

New features

  • try_match and unwrap_match macros to get a certain variant from an enum.
  • return_ok and return_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.