A basic table view implementation for cursive.
Add this to your Cargo.toml
:
[dependencies]
cursive_table_view = "0.14"
and this to your crate root:
extern crate cursive_table_view;
Licensed under either of
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.