Announcing tui-dialog

Hello. Just wanted to announce a new crate/widget I created - tui-dialog, a widget for entering a single line of text in a dialog. In addition to the widget and its simple editing interface, it also includes a function for creating a centered Rect to place the widget in.

Check it out, let me know if you use it. I’ve been using it within an app for quite some time and wanted to use it elsewhere, so broke it out into its own crate.