Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hoijui/cli-utils-rs
- Owner: hoijui
- License: agpl-3.0
- Created: 2023-01-02T10:35:10.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T12:44:47.000Z (4 months ago)
- Last Synced: 2024-09-14T22:26:48.628Z (2 months ago)
- Topics: cli, command-line-interface, interfacer-project-eu, interfacer-project-eu-wp4-3, library, rust
- Language: Rust
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.