Crate easy_int

Source

Macrosยง

implement_eq_trait
implement_from
implement_int
A macros for implementing integer types. When you defining a wrapper over ineger type you can Use this macros and all basic operations like conversions, arithmetic, will be implemented for you:
implement_ord_trait
implement_special_methods
implement_trait