generic library now instead of string based

This commit is contained in:
Priec
2026-01-19 15:58:44 +01:00
parent feb22d270c
commit f30a2a2758
16 changed files with 1068 additions and 670 deletions

View File

@@ -3,6 +3,7 @@ name = "pages-tui"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Type-safe TUI page routing with single-generic orchestration"
[features]
default = []