cursive_table_view

Crates.iocursive_table_view
lib.rscursive_table_view
version0.14.0
sourcesrc
created_at2017-04-15 02:38:01.66278
updated_at2022-01-12 16:34:25.328833
descriptionA basic table view implementation for cursive.
homepage
repositoryhttps://github.com/BonsaiDen/cursive_table_view.git
max_upload_size
id10624
size73,346
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.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.

Commit count: 62

cargo fmt