Rust GUI library¶
The following pages are notes from Building a simple text editor with iced, a cross-platform GUI library for Rust using iced lib.
- Hello World
- Multi-line Input
- Theme and Cursor Indicator
- Async File Loading
- File Picker
- File Path Indicator
- New and Save
- Button prettify
- Syntax Highlighting
- Misc