cursive_table_view

Crates.iocursive_table_view
lib.rscursive_table_view
version0.15.0
created_at2017-04-15 02:38:01.66278+00
updated_at2024-08-02 23:10:48.228532+00
descriptionA basic table view implementation for cursive.
homepage
repositoryhttps://github.com/BonsaiDen/cursive_table_view.git
max_upload_size
id10624
size83,511
Alexandre Bury (gyscos)

documentation

README

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.

Commit count: 0

cargo fmt