Evcxr REPL

Latest Version

A REPL (Read-Eval-Print loop) for Rust.

Installation and usage

sh cargo install evcxr_repl

Then run with:

sh evcxr

Features

Limitations

More documentation

Some of the documentation for Evcxr Jupyter applies to the REPL as well. In particular, the later sections such as startup options, sccache integration and lld.

Installing from git head

If there's a bugfix in git that you'd like to try out, you can install directly from git with the command:

sh cargo install --force --git https://github.com/google/evcxr.git evcxr_repl

Similar projects