From 6a7554c2e0c4f07ab791b11a3402c46ef1b35b97 Mon Sep 17 00:00:00 2001 From: Coca Date: Fri, 9 Jan 2026 01:11:10 +0100 Subject: [PATCH] Add ratatui --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 444f0c2..4bc9309 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ Depending on your needs and technical concerns, you may find any number of diffe | Name | Alternative(s) | Evidence | Notes | |---|---|---|---| | [`facet`](https://github.com/facet-rs/facet) | Use more specific deserialization libraries and avoid macros that slow things down anyway. [`serde`](https://serde.rs) itself is [tainted by its Palantir-defending author](https://archive.ph/fe9g5). [`nanoserde`](https://github.com/not-fl3/nanoserde) could be suitable for certain use cases. | [Core developer openly uses LLMs for library dev](https://archive.ph/YhcOh) | | +| [`ratatui`](https://github.com/ratatui/ratatui) | [`iocraft`](https://github.com/ccbrown/iocraft) and [`cursive`](https://github.com/gyscos/cursive). [`console`](https://github.com/console-rs/console) and its family of libraries may also be enough for some use cases. | [Core developer has stated their use of AI for rust code](https://github.com/ratatui/ratatui/discussions/2201) | | ### Game Engines