const_ops 0.2.2

const-ready version of core::ops / std::ops arithmetic traits
Documentation
mod add;
mod add_assign;
mod bitand;
mod bitand_assign;
mod bitor;
mod bitor_assign;
mod bitxor;
mod bitxor_assign;
mod div;
mod div_assign;
mod mul;
mod mul_assign;
mod neg;
mod not;
mod partial_eq;
mod rem;
mod rem_assign;
mod shl;
mod shl_assign;
mod shr;
mod shr_assign;
mod sub;
mod sub_assign;