#table #cursive #tui #ui #ncurses

cursive_table_view

A basic table view implementation for cursive

18 releases (11 breaking)

Uses old Rust 2015

0.14.0 Jan 12, 2022
0.13.3 Mar 3, 2021
0.13.0 Jan 20, 2021
0.12.0 Jan 17, 2020
0.4.0 Apr 22, 2017

#576 in Command-line interface

Download history 115/week @ 2023-12-15 88/week @ 2023-12-22 140/week @ 2023-12-29 195/week @ 2024-01-05 136/week @ 2024-01-12 126/week @ 2024-01-19 113/week @ 2024-01-26 116/week @ 2024-02-02 131/week @ 2024-02-09 199/week @ 2024-02-16 154/week @ 2024-02-23 123/week @ 2024-03-01 184/week @ 2024-03-08 96/week @ 2024-03-15 113/week @ 2024-03-22 90/week @ 2024-03-29

500 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.13"

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

~5.5MB
~95K SLoC