ratkit - Core runtime for ratkit TUI components
ratkit provides the core runtime (Runner + Layout Manager) and optional
re-exports for ratkit TUI components. Enable only the features you need or
use the all feature for the full bundle.
Installation
[]
= "0.1"
For the core runtime only:
= "0.1"
For selected components:
= { = "0.1", = false, = ["tree-view", "toast"] }
For the full bundle:
= { = "0.1", = ["all"] }
Quick Start
use *;
use Frame;
;
With widget features enabled, import UI primitives from ratkit::widgets.
Feature Flags
default: Core runtime only (Runner + Layout Manager)all: All widgets and servicesfull: Alias forallwidgets: All UI widgetsservices: All service components- Individual feature flags for each component