cli_utils_hoijui 0.9.2

A tiny CLI utilities library, providing functions and constants useful in many CLI tools.
Documentation
<!--
SPDX-FileCopyrightText: 2023 Robin Vobruba <hoijui.quaero@gmail.com>

SPDX-License-Identifier: CC0-1.0
-->

# Rust CLI utilities (mostly a private project)

[![License: AGPL-3.0-or-later](
    https://img.shields.io/badge/License-AGPL%203.0+-blue.svg)](
    LICENSE.txt)
[![REUSE status](
    https://api.reuse.software/badge/github.com/hoijui/cli-utils-rs)](
    https://api.reuse.software/info/github.com/hoijui/cli-utils-rs)
[![Repo](
    https://img.shields.io/badge/Repo-GitHub-555555&logo=github.svg)](
    https://github.com/hoijui/cli-utils-rs)
[![Package Releases](
    https://img.shields.io/crates/v/cli_utils_hoijui.svg)](
    https://crates.io/crates/cli_utils_hoijui)
[![Documentation Releases](
    https://docs.rs/cli_utils_hoijui/badge.svg)](
    https://docs.rs/cli_utils_hoijui)
[![Dependency Status](
    https://deps.rs/repo/github/hoijui/cli-utils-rs/status.svg)](
    https://deps.rs/repo/github/hoijui/cli-utils-rs)
[![Build Status](
    https://github.com/hoijui/cli-utils-rs/workflows/build/badge.svg)](
    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.