| Crates.io | alinio |
| lib.rs | alinio |
| version | 0.2.1 |
| created_at | 2022-02-19 01:00:05.827424+00 |
| updated_at | 2022-02-19 13:37:04.186217+00 |
| description | A library to assist in alignment and table generation in TUI applications |
| homepage | |
| repository | https://github.com/curlpipe/alinio |
| max_upload_size | |
| id | 534986 |
| size | 31,224 |
A library to assist in alignment and table generation in TUI applications
This library contains utilties to align text, and build tables. It contains a very powerful table struct that allows creation of responsive, padded and aligned tables that make creating complicated interfaces quite simple.
Go ahead and add in alinio = "0" into your Cargo.toml under [dependencies].
You can find a few examples under the documentation over on https://docs.rs/alinio
I've made sure to properly document this library, but please let me know if you don't understand anything.
partial_render function to allow for rendering only part of the tablefalseDistributed under the MIT license. See LICENSE for more information.