# Module II - Building a Rust Project

In this module we will create a *Test Data Generator* RESTful service

1. Creating a project in Rust
2. Parts of a package: Cargo.toml, src/lib.rs vs. src/bin, modules
3. Test Driven Development
   * unit testing
   * integrated testing
4. Build a RESTful endpoint
