Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.53 KB

README.md

File metadata and controls

43 lines (36 loc) · 1.53 KB

Rust CLI utilities (mostly a private project)

License: AGPL-3.0-or-later REUSE status Repo Package Releases Documentation Releases Dependency Status Build Status

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

For the actual utilities, see:

  • tools
  • logging (only available with the logging feature enabled)
  • std_error (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.