Registry / other / cursive-aligned-view

cursive-aligned-view

JSON →
library0.7.0rscratesunverified

A view wrapper for gyscos/cursive views which aligns child views.

# Cargo.toml [dependencies] cursive-aligned-view = "0.7.0"
INSTALL
IMPORT
SIG · CURSIVE-ALIGNED-VI
C
cursive-aligned-view
otherrustv0.7.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.

AlignedView
use cursive_aligned_view::AlignedView;

Create an aligned view wrapping a child view.

use cursive_aligned_view::AlignedView; use cursive::views::TextView; fn main() { let view = AlignedView::new(TextView::new("Hello"), cursive::align::HAlign::Center); println!("Aligned view created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Meta
1
Amazon
1
Resources
cursive-aligned-view — cargo add cursive-aligned-view · libregistry