A comprehensive collection of reusable TUI components for ratatui including resizable splits, tree views, markdown rendering, toast notifications, dialogs, and terminal embedding
# Build with all features
# Usage: just build
# Example: just build
build:
@echo "Building with all features..."
cargo build --all-features
@echo "Build complete!"