clawless-tui 0.6.1

Presentation layer for TUI-based applications using the Clawless framework
Documentation
# 🦦 clawless-tui

`clawless` is an opinionated, batteries-included framework for building
command-line applications with Rust. It features low-level building blocks and
high-level abstractions that can be used to build stateless CLIs or stateful
TUI applications.

This crate, `clawless-tui`, provides an API that terminal-based user interfaces
(TUIs) can use to build interactive command-line applications using Clawless's
low-level building blocks.

## License

Licensed under either of

- Apache License, Version 2.0 (<http://www.apache.org/licenses/LICENSE-2.0>)
- MIT license (<http://opensource.org/licenses/MIT>)

at your option.

## 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.