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



mod tests;

fn main() {
    println!("Hello, world!");
}