Rust evcxr repl

From wikinotes
Revision as of 02:30, 8 February 2023 by Will (talk | contribs) (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 -->")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A repl for rust.

Install

cargo install evcxr_repl    # anywhere
aura -A evcxr_repl          # arch

Usage