| Crates.io | rust_util |
| lib.rs | rust_util |
| version | 0.6.50 |
| created_at | 2019-12-11 17:00:25.014073+00 |
| updated_at | 2025-08-24 14:58:15.807751+00 |
| description | Hatter's Rust Util |
| homepage | |
| repository | |
| max_upload_size | |
| id | 188467 |
| size | 74,131 |
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 ^
JoinFilesReader