Skip to content

v0.3.0

Compare
Choose a tag to compare
@popzxc popzxc released this 18 Jun 14:52
· 11 commits to master since this release
5a5cd83

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.