Skip to content

ltoddy/rshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A repl for rust.

$ cargo run
In: use std::collections::HashMap;
In: let mut map: HashMap<&str, &str> = HashMap::new();
In: map.insert("hello", "world");
In: map
Out: {"hello": "world"}

In: 

About

A repl for rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages