Developer Roadmap
/Introduction
TopicStep 14 filesOpen folder on GitHub

Introduction

3.rust-repl.md
View on GitHub

Rust REPL (Playground)

  • Rust REPL (Read-Eval-Print-Loop) is an interactive shell in which you can write and test Rust Snippets in real-time.
  • REPL isn't built into Rust directly, but is available via third-party tools such as evcxr_repl.