Rust evcxr repl: Difference between revisions

From wikinotes
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
A repl for rust.
A repl for rust, with autocomplete.


= Install =
= Install =
Line 13: Line 13:
Invocation
Invocation
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
evcxr
evcxr # start interpreter
</syntaxhighlight>
</syntaxhighlight>



Latest revision as of 02:33, 8 February 2023

A repl for rust, with autocomplete.

Install

cargo install evcxr_repl    # anywhere
aura -A evcxr_repl          # arch

Usage

Invocation

evcxr  # start interpreter
:dep gamma = "0.6.1"
// .. rust code