newtype-tools 1.0.12

A lightweight library designed to make the newtype idiom more ergonomic to use.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod ops {
    mod add;
    mod bitand;
    mod bitor;
    mod bitxor;
    mod div;
    mod mul;
    mod rem;
    mod shl;
    mod shr;
    mod sub;
}