An open API service indexing awesome lists of open source software.

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

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
```