dbgcmd 0.1.0

This is a simple library for implementing command-line-style debug consoles within an application. It doesn't handle rendering, or the logic of any individual commands. All it does is model the state of the console.
Documentation
[badges.travis-ci]
branch = "master"
repository = "mistodon/dbgcmd"
[dependencies.itertools]
version = "~0.8.0"

[features]
force-enabled = []

[package]
authors = ["Claire Harris <wishing.engine@gmail.com>"]
categories = ["games", "game-development", "gui", "command-line-interface"]
description = "This is a simple library for implementing command-line-style debug consoles within an application.\n\nIt doesn't handle rendering, or the logic of any individual commands. All it does is model the state of the console.\n"
edition = "2018"
keywords = ["debug", "console"]
license = "CC0-1.0"
name = "dbgcmd"
readme = "README.md"
repository = "https://github.com/mistodon/dbgcmd"
version = "0.1.0"