Evcxr Rust REPL

Latest Version Downloads License

A Rust REPL (Read-Eval-Print loop) built using the evcxr evaluation context.

Installation and Usage

Make sure you've got a recent version of rust installed. Evcxr's dependencies often make use of new Rust features shortly after they're stabilized, so it's not uncommon that the latest release of Evcxr will end up requiring the latest version of rustc.

Before you install the REPL, you must download a local copy of Rust's source code: sh $ rustup component add rust-src

Now you can go ahead and install the binary: $ cargo install evcxr_repl

And start the REPL: ```sh $ evcxr
Welcome to evcxr. For help, type :help

```

Completion Type

Evcxr supports two modes of tab completion:

Usage information

Evcxr is both a REPL and a Jupyter kernel. See Evcxr common usage for usage information that is common to both.

Manual Installation

You can install the REPL manually with git:

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

Similar projects