thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
2.76k stars 185 forks source link

Rust support #170

Open OlshaMB opened 3 years ago

OlshaMB commented 3 years ago

How can I use cargo in Code App terminal?

bummoblizard commented 3 years ago

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

OlshaMB commented 3 years ago

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

Is it planned?