mirror of
https://codeberg.org/JasterV/teatui.git
synced 2026-04-26 18:10:03 +00:00
Update README.md
This commit is contained in:
parent
f27020e7c8
commit
fca956d6fa
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
This is an experimental project that aims to build an Elm-like framework for TUI development in Rust.
|
This is an experimental project that aims to build an Elm-like framework for TUI development in Rust.
|
||||||
|
|
||||||
My main motivation to build this was to understand if I could structure a Ratatui application in an Elm-like fashion.
|
My main motivation to build this was to understand if I could structure a [Ratatui](https://github.com/ratatui/ratatui) application in an Elm-like fashion.
|
||||||
|
|
||||||
The provided templates from the Ratatui official sources write code in a very procedural way, abusing of mutability a bit too much for my taste. (That is, using `&mut` all over the place in function arguments).
|
The provided templates from the Ratatui official sources write code in a very procedural way, abusing of mutability a bit too much for my taste. (That is, using `&mut` all over the place in function arguments).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue