safe-math-macros 2.0.0-beta

Procedural macros for overflow-safe arithmetic operations
Documentation
1
2
3
4
5
6
# `#[derive(SafeMathOps)]`

This crate implements support for automatically deriving `SafeMathOps`

Don't depend on this crate directly, though. Instead, enable the `"derive"`
feature of the `safe-math` crate.