> For the complete documentation index, see [llms.txt](https://davidsietz.gitbook.io/workspace/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://davidsietz.gitbook.io/workspace/module-02.md).

# Module II - Building a Rust Project

In this module we will create a *Hello World* 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 Hello World RESTful endpoint
