unixcli 0.1.3

Helper library for writing unix command line utilities in Rust
Documentation
  • Coverage
  • 92.31%
    12 out of 13 items documented0 out of 5 items with examples
  • Size
  • Source code size: 20.69 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.55 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • kamadak/unixcli-rs
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kamadak

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.