-
BREAKING: MSRV got bumped to 1.53.
-
try_match
andunwrap_match
macros to get a certain variant from an enum #11. -
return_ok
andreturn_some
macros for early return of successful calculation #11. -
Integer
trait that unifies all the built-in integer types under a single interface #12. -
FloatConvert
trait that adds an interface for converting floating point numbers into integers #12.
VecExt::remove_item
method was added #9.
compile_warning
andfunction_name
macros were added #4.