Title: Using Rust for an Undergraduate OS Course
Date: 2013-08-25
Tags: rust
Author: David Evans
Status: draft

# Reasons not to use Rust 

There are some really glaring reasons **not** to use Rust in a course,
so let's get those out of the way first:

1. Its an immature language, currently at version 0.7.  

2. There is very little documentation, and what there is somewhat hard
to search for since "rust" is such a common word.

# Reasons to use Rust





http://static.rust-lang.org/doc/rust.html#match-expressions
