1
0
mirror of https://github.com/jht5945/rust_util.git synced 2025-12-27 07:30:05 +08:00
2020-09-20 01:23:03 +08:00
2019-07-21 12:51:02 +08:00
2020-09-13 10:35:24 +08:00
2019-07-21 12:30:04 +08:00
2020-09-06 00:35:31 +08:00

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
Description
No description provided
Readme MIT 334 KiB
Languages
Rust 99.7%
Just 0.3%