#tui #cursive #table #ui #ncurses

cursive_table_view

A basic table view implementation for cursive

19 releases (12 breaking)

0.15.0 Aug 2, 2024
0.14.0 Jan 12, 2022
0.13.3 Mar 3, 2021
0.12.0 Jan 17, 2020
0.4.0 Apr 22, 2017

#88 in Command-line interface

Download history 40/week @ 2024-07-05 181/week @ 2024-07-12 107/week @ 2024-07-19 192/week @ 2024-07-26 244/week @ 2024-08-02 159/week @ 2024-08-09 182/week @ 2024-08-16 130/week @ 2024-08-23 130/week @ 2024-08-30 185/week @ 2024-09-06 210/week @ 2024-09-13 169/week @ 2024-09-20 175/week @ 2024-09-27 216/week @ 2024-10-04 112/week @ 2024-10-11 94/week @ 2024-10-18

624 downloads per month
Used in 6 crates

MIT/Apache

42KB
843 lines

cursive-table-view

cursive-table-view on crates.io cursive-table-view on docs.rs

A basic table view implementation for cursive.

table

Usage

Add this to your Cargo.toml:

[dependencies]
cursive_table_view = "0.14"

and this to your crate root:

extern crate cursive_table_view;

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~7–13MB
~147K SLoC