gitextract_vwrm_txo/ ├── .cargo/ │ └── config.toml ├── .github/ │ └── workflows/ │ ├── changelog.yml │ ├── deployment.yml │ └── rust.yml ├── .gitignore ├── CHANGELOG.md ├── Cargo.toml ├── LICENSE ├── README.md ├── build.rs ├── icons/ │ └── icon.xd ├── ios-cargo ├── src/ │ ├── color_picker.rs │ ├── custom_highlighter.rs │ ├── data.rs │ ├── gui.rs │ ├── io.rs │ ├── main.rs │ ├── serial.rs │ ├── settings_window.rs │ ├── toggle.rs │ └── update.rs └── wix/ ├── License.rtf └── main.wxs