codeapp icon indicating copy to clipboard operation
codeapp copied to clipboard

Rust support

Open OlshaMB opened this issue 4 years ago • 3 comments

How can I use cargo in Code App terminal?

OlshaMB avatar Jun 29 '21 20:06 OlshaMB

We don't ship a local Rust compiler yet. However, you can run rust code through our remote execution feature.

bummoblizard avatar Jun 30 '21 06:06 bummoblizard

We don't ship a local Rust compiler yet. However, you can run rust code through our remote execution feature.

Is it planned?

OlshaMB avatar Jun 30 '21 13:06 OlshaMB

Request to port cargo and rustc commands https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html https://github.com/rust-lang/cargo?tab=readme-ov-file#compiling-from-source

zhang090210 avatar Jun 04 '25 14:06 zhang090210