next-util 0.1.0

This crate is mainly used as a tool for daily development, as long as it is simple and applicable
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16



#[cfg(test)]
mod next_util_tests {

    #[test]
    fn it_works() {
        assert_eq!(2 + 2, 4);
    }

    #[test]
    fn add_two() {
         println!("adding two to 153"); 
    }
}