diff --git a/README.md b/README.md new file mode 100644 index 0000000..dd50a39 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +## Rust Util + + +Config `Cargo.toml`: +``` +[dependencies] +rust_util = { git = "https://github.com/jht5945/rust_util" } +``` + +Use in `*.rs`: +``` +extern crate rust_util; + +... + +use rust_util::*; +``` + +