Skip to content

tui-lipan Documentation

Welcome to the documentation for tui-lipan - an opinionated, component-based TUI framework for Rust.

This site mirrors the docs/ folder in the GitHub repository and is rebuilt on every push to main. If a page looks out of date, click the edit icon in the top-right corner to open it on GitHub.

Where to start

What's outside this site

WhereWhat you'll find there
tui-lipan.devLanding page, install snippet, hero examples
docs.rs/tui-lipanAuto-generated rustdoc API reference
github.com/Razuer/tui-lipanSource code, issues, releases
github.com/Razuer/tui-lipan/tree/main/examples76 runnable demos

Status

tui-lipan is approaching stability. The widget set, runtime model, and public API surface are mature. While the crate is on 0.x.y:

  • A minor bump (0.10.2) signals breaking changes.
  • A patch bump (0.1.00.1.1) is backward-compatible only.

All changes are tracked in CHANGELOG.md.

License

Dual-licensed under MIT or Apache-2.0 at your option.

MIT OR Apache-2.0