Crates.io | rust_util |
lib.rs | rust_util |
version | 0.6.47 |
source | src |
created_at | 2019-12-11 17:00:25.014073 |
updated_at | 2024-01-20 06:55:24.706849 |
description | Hatter's Rust Util |
homepage | |
repository | |
max_upload_size | |
id | 188467 |
size | 73,006 |
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