Hey all! I'm one of the co-founders of CodeSandbox and a big fan of Rust. Rust support is something that we've been working on for a while, but the recent addition of Docker support in CodeSandbox really enabled it. Happy to answer any questions!

Is your biggest competitor Repl.it? What advantages do you have compared to them?

I know https://play.rust-lang.org/ is pretty limited as well.

Yeah Repl.it is one of the bigger ones.

I'd say that CodeSandbox has a strong focus on extending the existing workflow for developers. That's why we have a VSCode integration, a GitHub integration with a GitHub App that creates a running dev env for every branch/PR, and we make sure that generally all editor features you expect (autocomplete, go to definition, hover info, etc) are available for the languages that we support.

Are you basically reselling hosted https://github.com/coder/code-server?