Skip to content

Helper library for writing unix command line utilities in Rust

Notifications You must be signed in to change notification settings

kamadak/unixcli-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helper library for writing unix command line utilities in Rust
--------------------------------------------------------------

   This library provides helper functions for writing unix command-line
   utilities.

Features
--------

   progname
      Provides access to the name of the current program.
   err
      Prints messages to the standard error output.

Usage
-----

   Add a dependency entry to your Cargo.toml.

      [dependencies]
      unixcli = "0.1"

   Add the following to your crate root.

      extern crate unixcli;

Dependencies
------------

   Rust 1.15 or later is required to build.

About

Helper library for writing unix command line utilities in Rust

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages