paulonteri / remote-code-execution-environment

Have you ever wondered how code execution on competitive programming websites like leetcode works? Code that runs code. Tried implementing that.
https://runcode.paulonteri.com
MIT License
152 stars 40 forks source link

Adding rust-lang support #6

Closed c12i closed 4 years ago

c12i commented 4 years ago

Impressive project! I am interested in adding support for the Rust programming language.

I have tested out installation of two alpine packages to the Docker image with positive results: rust and cargo.

Describe the solution you'd like

Additional context. Feel free to assign the issue

paulonteri commented 4 years ago

Thank you! Please do.

I, unfortunately, don't have any guides on how to add a language but checking out how I implemented Python and Java can give you an idea.

Once done just make a PR to the staging branch.

c12i commented 4 years ago

Yea, will use existing code for reference, consider adding those instructions to the docs