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

chore: add macro_use

This commit is contained in:
2020-09-06 00:35:31 +08:00
parent debe4d8c2b
commit c5749c8137

View File

@@ -9,6 +9,7 @@ rust_util = { git = "https://github.com/jht5945/rust_util" }
Use in `*.rs`:
```
#[macro_use]
extern crate rust_util;
...