tty-form 1.0.0

Provides generic terminal form capabilities.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# TTY Form

[![Crate](https://img.shields.io/crates/v/tty-form.svg)](https://crates.io/crates/tty-form)
[![Rust CI](https://github.com/danielway/tty-form/actions/workflows/rust_ci.yml/badge.svg?branch=master)](https://github.com/danielway/tty-form/actions/workflows/rust_ci.yml)
[![Rust CD](https://github.com/danielway/tty-form/actions/workflows/rust_cd.yml/badge.svg)](https://github.com/danielway/tty-form/actions/workflows/rust_cd.yml)

Provides simple TTY-based user input form capabilities including multi-step 
forms, complex input types, input control dependencies, and
dynamic form behaviors. Uses 
[TTY Interface](https://github.com/danielway/tty-interface) for rendering forms.

## Overview

TODO

## Usage

TODO