Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hoijui/cli-utils-rs

A tiny CLI utilities library, providing functions and constants useful in many CLI tools.
https://github.com/hoijui/cli-utils-rs

cli command-line-interface interfacer-project-eu interfacer-project-eu-wp4-3 library rust

Last synced: about 1 month ago
JSON representation

A tiny CLI utilities library, providing functions and constants useful in many CLI tools.

Awesome Lists containing this project

README

        

# 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.