1
0
mirror of https://github.com/jht5945/rust_util.git synced 2026-05-23 02:54:34 +08:00

add README.md

This commit is contained in:
2019-07-21 12:40:22 +08:00
parent 8dd2f04260
commit 90cd623f51
+19
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::*;
```