TUI library in Rust with a custom templating language and runtime

1 Open Issue Need Help Last updated: Jun 24, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Improve the hot reloading functionality in the Anathema TUI library by replacing the `disable_hot_reloading()` function with a more flexible `enable_hot_reloading(value)` or `hot_reloading(value)` function, allowing users to toggle hot reloading on and off. This change addresses the current inability to re-enable hot reloading after it's been disabled, as reported in the linked issue.

Complexity: 3/5
enhancement good first issue

TUI library in Rust with a custom templating language and runtime

Rust