commands

Crates.iocommands
lib.rscommands
version0.0.5
sourcesrc
created_at2016-05-07 10:13:42.510898
updated_at2017-08-02 14:52:22.704919
descriptionA 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.
homepagehttps://github.com/endoli/commands.rs
repositoryhttps://github.com/endoli/commands.rs
max_upload_size
id4997
size89,115
Bruce Mitchener (waywardmonkeys)

documentation

https://endoli.github.io/commands.rs/commands/

README

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.

Commit count: 177

cargo fmt