Hi guys,
I've been learning and writing Rust for a while and decided to create an Android app that lets me compile Rust code. It's called Ruslytic.
You can generate, run the code and display the result.
Currently, it compiles the code online on our web-server (Germany) but we're planning on integrating offline compilation.
Some features that might be interesting are
- Git integration
- Automatic Dropbox and Box synchronization
- Syntax highlighting
- Project and file management
My goal isn't to replace a desktop IDE like RustRover or VS Code, but to make it easy to review code, make quick fixes, experiment with snippets, or work on smaller projects when I'm away from my computer.
I'd really appreciate feedback:
- What features would make a mobile Rust editor genuinely useful to you?
- Are there any existing workflows you'd like to see supported?
- What would you consider essential before you'd actually use something like this?
If you'd like to try it out, here's the Google Play link: Ruslytic
