correct 0.1.1

A number wrapper that has correct bitwise shift behaviors rather than the primitives in rust language.
Documentation
1
2
3
4
5
6
mod correct;
mod num;
pub use crate::correct::Correct;

#[cfg(test)]
mod tests;