Skip to content

night-crawler/cursive-cached-text-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cursive-cached-text-view

crates.io Rust MIT licensed

A drop-in replacement for TextView with row cache. With complex layouts and thousands of rows, this can improve performance significantly.

Example

use cursive_cached_text_view::CachedTextView;

fn main() {
    let mut view = CachedTextView::new("sample", 5);
    // the rest is the same as TextView
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages