velocity 0.1.1

A next level TUI Library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Velocity


Velocity is designed to make it easy to create beautiful terminal graphics in your Rust applications. Whether you're building a the next Neovim, or a simple game, Velocity can help you create output that is both informative and visually appealing.

## Compatibility


Velocity is compatible with Linux, OSX, and Windows operating systems. True color _is_ supported in the new Windows Terminal, the classic terminal has a maximum color limit of 16/

## Usage


Add this in your `Cargo.toml`:

```toml
[dependencies]
velocity = "0.1.0"
```