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 |
#178 in Debugging
Used in 13 crates
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?
-- defaultok
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
- add struct
Dependencies
~0.2–0.9MB
~12K SLoC