mirror of
https://github.com/jht5945/rust_util.git
synced 2025-12-27 15:40:03 +08:00
194 B
194 B
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::*;