Skip to content

munderseth/rust.sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust.sandbox

A Sandbox to play around with Rust: https://www.rust-lang.org/learn/get-started

Trying out some basic stuff:

  • Building the out of the box sample

    $ cargo new hello-rust
    $ cp -r hello-rust/* .
    $ rm -r hello-rust/
    
    • basic commands
      $ cargo build
      $ cargo run
      $ cargo test
      $ cargo doc
      
  • Run some tests and publish to Testspace

  • Generate some documentation and deploy to GitHub pages

References

Installation

Info

About

A Sandbox to play around with Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published