#command #command-line #gui-applications #command-arguments #argument #command-line-utilities

commands

A command system for Rust. This provides a general command system which can be used in a variety of environments, including GUI applications and command line utilities. This is inspired by elements of the Lisp Machine, the Common Lisp Interface Manager (CLIM), router command line interfaces, and the TOPS-20 command line among other things.

5 releases

Uses old Rust 2015

0.0.5 Jun 4, 2017
0.0.4 Nov 29, 2016
0.0.3 Jun 8, 2016
0.0.2 May 9, 2016
0.0.1 May 7, 2016

#861 in Command-line interface

Download history 36/week @ 2023-12-06 150/week @ 2023-12-13 148/week @ 2023-12-20 38/week @ 2023-12-27 94/week @ 2024-01-03 71/week @ 2024-01-10 102/week @ 2024-01-17 38/week @ 2024-01-24 24/week @ 2024-01-31 49/week @ 2024-02-07 54/week @ 2024-02-14 111/week @ 2024-02-21 69/week @ 2024-02-28 254/week @ 2024-03-06 131/week @ 2024-03-13 99/week @ 2024-03-20

572 downloads per month
Used in svdtools

MIT/Apache

73KB
1.5K SLoC

Commands

Build Status

A command system for Rust.

Dual licensed under the MIT and Apache 2 licenses.

Documentation

The API is fully documented with examples: https://endoli.github.io/commands.rs/commands/

Installation

This crate works with Cargo and is on crates.io. Add it to your Cargo.toml like so:

[dependencies]
commands = "0.0.4"

Status of Implementation

Things are under active development. This project is not quite usable yet as some of the basic functionality is being written.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

No runtime deps