rustop
Introduction
A simple command line parser.
rustop
is a simple command line parsing crate in the spirit of Ruby's
trollop. It allows to write command
line parameters in a type-safe way with as little effort as possible.
rustop
does not aim to be a full-featured command line parser for complex
cases but to be a simple, easy to use crate for programs with a simple set
of command line options.
Author
Frank Fischer frank-fischer@shadow-soft.de
Installation
Put the requirement rustop = "^1.1.4"
into the Cargo.toml
file of your project.
Documentation
See doc.rs.
Example
use opts;
Download
Source code of latest tagged version: rustop-v1.1.4.tar.gz
Source code of trunk: rustop-trunk.tar.gz