Corust - A collaborative Rust Playground

Corust is an open source collaborative code editor for Rust with support for code execution.

While Rust Playground has been the go to way for me to test code snippets, when pair programming, I've found collaborative features useful for prototyping/reviewing code, so I thought it would be useful (and interesting!) to implement a collaborative playground for Rust.

Like the Rust Playground, Corust supports execution on stable/nightly/beta channels and cargo test/build/run in debug/release, and many top crates (~250 crates from lib.rs/std.atom). Unlike the Playground, Corust does not yet support sharing gists, or extra tooling like viewing assembly, clippy, or rustfmt.

Code: GitHub - brylee10/corust: Collaborative code editor and execution environment for Rust
Corust: https://www.corust.dev/

7 Likes

interesting !