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

Last updated