Skip to content

andrewkerr9000/rust-dojo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Started

Download and install a recent Rust I used a nightly from 4th July, shortly after 0.11. Other versions may or may not compile. Fun!

Syntax highlighting is available in all major editors and Emacs. https://github.com/rust-lang/rust/wiki/Doc-packages,-editors,-and-other-tools#editors https://github.com/rust-lang/rust/tree/master/src/etc

Clone this repository. Preferably a branch without the answers.

Docs, Examples

Rust for X

Community

http://www.reddit.com/r/rust

Some basic syntax

Compile tests with rustc --test src/main.rs This will produce an executable called rust-dojo. Run it to run the tests.

Complete src/functions/mod.rs to make the tests pass! See comments in src/functions/tests.rs

Vague plan

  • Basic syntax, pattern matching, options
  • Ownership, aliasing, lifetimes
  • Containers
  • Types: Structs, traits
  • Concurrency
  • Unsafe, FFI
  • Attempt to use one of the half-finished libraries or frameworks. This will be fun.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages