# Rust CLI utilities (mostly a private project)
[](
LICENSE.txt)
[](
https://api.reuse.software/info/github.com/hoijui/cli-utils-rs)
[](
https://github.com/hoijui/cli-utils-rs)
[](
https://crates.io/crates/cli_utils_hoijui)
[](
https://docs.rs/cli_utils_hoijui)
[](
https://deps.rs/repo/github/hoijui/cli-utils-rs)
[](
https://github.com/hoijui/cli-utils-rs/actions)
A tiny CLI utilities library,
providing functions and constants useful in many CLI tools.
For the actual utilities, see:
- [`tools`](src/tools.rs)
- [`logging`](src/logging.rs) (only available with the `logging` feature enabled)
- [`std_error`](src/std_error.rs) (only available with the `std_error` feature enabled)
> **NOTE** \
> The author is a rust-newb.
> This crate probably only makes sense for himself,
> and it is most likely not using the power of rust to its fullest.