libtui 0.1.0

A crate to create TUIs.
Documentation
  • Coverage
  • 6.52%
    3 out of 46 items documented0 out of 16 items with examples
  • Size
  • Source code size: 36.52 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.15 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Documentation
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • RustedTerrier

Libtui

Libtui is a graphics library for the terminal. Libtui focuses on having a small number of crates which is why a lot is expected for the user to decide, such a line wrapping. Libtui is also highly customizable so it can fit almost any vision. To try it out, look at the examples, which you can test by using cargo run --release --example main. Use arrow keys to move the windows. NOTE: keypresses are not handled by libtui; the examples uses a seperate crate I made to handle keypresses.

License

Libtui uses MPL-2.0. In order to use this crate you must state that your project uses this crate and a link to the MPL