inc_dec 0.2.0

Incrementation and decrementation in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod non_zero_inc_dec_exts;

pub use non_zero_inc_dec_exts::*;

mod non_zero_int_inc_dec_exts;

pub use non_zero_int_inc_dec_exts::*;

mod num_macros;

mod int_num_macros;

#[cfg(test)]
mod num_tests;

#[cfg(test)]
mod int_num_tests;