Hi. This is more of a question than an issue.
I noticed that Ratzilla reexports ratatui and all examples use ratzilla::ratatui instead of ratatui directly.
I'll be honest, this made me confused a lot about what Ratzilla actually is and how compatible it is to Ratatui. It took me proably an hour or so until I looked at the code to understand that it's just a reexport rather than some kind of manual wrapper. This is just some feedback, in case you're interested.
This also leads me to my question about what the purpose of that reexport is. Is the plan to replace the ratzilla::ratatui module by an actual custom implementation at some point?
Hi. This is more of a question than an issue.
I noticed that Ratzilla reexports ratatui and all examples use ratzilla::ratatui instead of ratatui directly.
I'll be honest, this made me confused a lot about what Ratzilla actually is and how compatible it is to Ratatui. It took me proably an hour or so until I looked at the code to understand that it's just a reexport rather than some kind of manual wrapper. This is just some feedback, in case you're interested.
This also leads me to my question about what the purpose of that reexport is. Is the plan to replace the ratzilla::ratatui module by an actual custom implementation at some point?