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: 8 months 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 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-16T08:42:56.000Z (9 months ago)
- Last Synced: 2025-04-15T10:14:24.463Z (8 months ago)
- Topics: cli, command-line-interface, interfacer-project-eu, interfacer-project-eu-wp4-3, library, rust
- Language: Rust
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- 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.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.