Registry / other / cursive-table-view

cursive-table-view

JSON →
library0.15.0rscratesunverified

A basic table view widget for the Cursive terminal UI library.

# Cargo.toml [dependencies] cursive_table_view = "0.15.0"
INSTALL
IMPORT
SIG · CURSIVE-TABLE-VIEW
C
cursive-table-view
otherrustv0.15.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TableView
use cursive_table_view::TableView;

Creates a simple table view in a Cursive application.

use cursive_table_view::TableView; use cursive::Cursive; fn main() { let mut siv = Cursive::new(); siv.add_layer(TableView::new().column("Name", 20).column("Value", 10)); siv.run(); }
Debug
Known issues
gotchaRequires the cursive crate as a dependency.
fix
Add cursive to Cargo.toml.
affects: >=0.15.0
Upgrade
Version history
0.15.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources
cursive-table-view — cargo add cursive-table-view · libregistry