4 releases

Uses old Rust 2015

0.1.3 Mar 18, 2018
0.1.2 May 20, 2017
0.1.1 Apr 3, 2017
0.1.0 Apr 1, 2017

#863 in Command-line interface

BSD-2-Clause

17KB
269 lines

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.


lib.rs:

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

No runtime deps