Skip to content

Harzu/rust-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RUST Playground

Example

Alt Text

Install and Usage

  1. Clone repo
git clone https://github.com/Harzu/rust-playground.git
  1. Install frontend
cd rust-playground
npm install
  1. Build compiler back-end
cd ./compiler
cargo build # Build back-end
  1. Start front-end and compiler back-end
npm start # start frontend
cd ./compiler
cargo run # start back-end

About

web playground for rust lang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published