Rust evcxr repl: Difference between revisions

From wikinotes
(Created page with "A repl for rust. = Install = <blockquote> <syntaxhighlight lang="bash"> cargo install evcxr_repl # anywhere aura -A evcxr_repl # arch </syntaxhighlight> </blockquote><!-- Install --> = Usage = <blockquote> </blockquote><!-- Usage -->")
 
Line 11: Line 11:
= Usage =
= Usage =
<blockquote>
<blockquote>
Invocation
<syntaxhighlight lang="bash">
evcxr
</syntaxhighlight>


<syntaxhighlight lang="rust">
:dep gamma = "0.6.1"
// .. rust code
</syntaxhighlight>
</blockquote><!-- Usage -->
</blockquote><!-- Usage -->

Revision as of 02:31, 8 February 2023

A repl for rust.

Install

cargo install evcxr_repl    # anywhere
aura -A evcxr_repl          # arch

Usage

Invocation

evcxr
:dep gamma = "0.6.1"
// .. rust code