1 个不稳定版本
0.1.1 | 2023年4月18日 |
---|---|
0.1.0 |
|
#328 在 缓存
每月下载量 26次
18KB
354 行
cursive-cached-text-view
带有行缓存的TextView的替代品。在具有复杂布局和数千行的场景中,这可以显著提高性能。
示例
use cursive_cached_text_view::CachedTextView;
fn main() {
let mut view = CachedTextView::new("sample", 5);
// the rest is the same as TextView
}
依赖项
~7MB
~112K SLoC