1
0
mirror of https://github.com/jht5945/rust_util.git synced 2025-12-27 07:30:05 +08:00
2021-05-30 01:28:16 +08:00
2021-01-03 01:19:34 +08:00
2021-04-30 23:01:35 +08:00
2021-05-30 01:28:16 +08:00
2021-02-28 10:49:53 +08:00
2021-05-30 01:28:16 +08:00
2021-01-03 11:05:22 +08:00
2019-07-21 12:30:04 +08:00
2020-11-29 12:05:13 +08:00

Rust Util

Config Cargo.toml:

[dependencies]
rust_util = "0.6"

--OR--

[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

Run example:

$ cargo run --example log

ENV LOGGER_LEVEL can be:

  • debug or *
  • info or ? -- default
  • ok or #
  • warn or !
  • error or ^

Update Log

  • Nov 28, 2020 v0.6.19
    • add util_git
  • Nov 28, 2020 v0.6.18
    • add util_term
  • Jun 21, 2020 v0.3.0
    • add struct JoinFilesReader
Description
No description provided
Readme MIT 334 KiB
Languages
Rust 99.7%
Just 0.3%