1
0
mirror of https://github.com/jht5945/rust_util.git synced 2025-12-27 15:40:03 +08:00

add README.md

This commit is contained in:
2019-07-21 12:40:22 +08:00
parent 8dd2f04260
commit 90cd623f51

19
README.md Normal file
View File

@@ -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::*;
```