Skip to content

Fast non-allocating widgets and utilities for Rust's tui crate.

License

Notifications You must be signed in to change notification settings

Acizza/tui-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tui-utils

Continuous Integration total lines

This is a small Rust library that adds several widgets and utilities to micro-optimize the rendering time of applications using the tui crate. There are currently five non-allocating widgets provided by this library.

The following list of widgets are meant to be used as fast substitutes for an equivalent tui widget:

And these widgets are unique to this library:

  • Log - Renders items in a vertical log. This is only a simple abstraction over the TextFragments widget to make further abstraction easier.

About

Fast non-allocating widgets and utilities for Rust's tui crate.

Resources

License

Stars

Watchers

Forks

Packages

No packages published