tuirealm 1.9.2

A tui-rs framework to build tui interfaces, inspired by React and Elm.
Documentation

tuirealm

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 11 feature flags, 5 of them enabled by default.

default

  • derive
  • ratatui
  • crossterm

derive

  • tuirealm_derive

ratatui

  • dep:ratatui

crossterm

  • dep:crossterm
  • tui?/crossterm
  • ratatui?/crossterm

tuirealm_derive

  • dep:tuirealm_derive

termion

  • dep:termion
  • tui?/termion
  • ratatui?/termion

with-crossterm

  • tui
  • crossterm

serialize

  • serde
  • bitflags/serde

with-termion

  • tui
  • termion

serde

  • dep:serde

tui

  • dep:tui