56 releases

0.6.47 Jan 20, 2024
0.6.46 Oct 28, 2023
0.6.42 Sep 9, 2023
0.6.41 Jul 4, 2021
0.2.0 Dec 28, 2019

#118 in Debugging

Download history 3/week @ 2024-01-15 23/week @ 2024-02-19 95/week @ 2024-02-26 145/week @ 2024-03-04 63/week @ 2024-03-11 19/week @ 2024-03-18 6/week @ 2024-03-25 210/week @ 2024-04-01 12/week @ 2024-04-15 30/week @ 2024-04-22 7/week @ 2024-04-29

59 downloads per month
Used in 13 crates

MIT license

64KB
1.5K SLoC

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

Dependencies

~185–720KB
~10K SLoC