1
0
mirror of https://github.com/jht5945/rust_util.git synced 2025-12-27 15:40:03 +08:00
Files
rust_util/README.md
2020-09-06 00:35:31 +08:00

31 lines
322 B
Markdown

## Rust Util
Config `Cargo.toml`:
```
[dependencies]
rust_util = { git = "https://github.com/jht5945/rust_util" }
```
Use in `*.rs`:
```
#[macro_use]
extern crate rust_util;
...
use rust_util::*;
```
Update git crate:
```
$ cargo update
```
## Update Log
* Jun 21, 2020 v0.3.0
* add struct `JoinFilesReader`