https://github.com/davidde/submod_dioxus
Rust web GUI for modifying .srt subtitle files
https://github.com/davidde/submod_dioxus
Last synced: 9 months ago
JSON representation
Rust web GUI for modifying .srt subtitle files
- Host: GitHub
- URL: https://github.com/davidde/submod_dioxus
- Owner: davidde
- Created: 2022-12-17T14:14:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T18:05:01.000Z (over 3 years ago)
- Last Synced: 2025-05-24T06:37:11.127Z (about 1 year ago)
- Language: Rust
- Size: 458 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# submod_dioxus
Rust web GUI for modifying .srt subtitle files.
This project is adapted from the Rust CLI app [submod_rs](https://github.com/davidde/submod_rs) as a way to get exposed to Rust GUI development.
As the name indicates, it uses the [Dioxus GUI toolkit](https://dioxuslabs.com/).
To run the app locally, run:
```
cargo run
```