anathema
anathema copied to clipboard
TUI library in Rust with a custom templating language and runtime
Results
4
anathema issues
Sort by
recently updated
recently updated
newest added
I changed the State derive macro so that it now can derive the State for Union, Unnamed and Named structs and enums. These were previously impossible to derive and had...
Changed weird errors to now be "Expected &Value<_>, but found &<type>" when having a non-Value field
There is an obsolute jump public call for Overflow which does not mark the overflow as dirty and therefore does not cause a refresh. Note: I was considering expanding the...