Skip to the content.

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:

Update Log