Module II - Building a Rust Project
In this module we will create a Hello World RESTful service
Creating a project in Rust
Parts of a package: Cargo.toml, src/lib.rs vs. src/bin, modules
Test Driven Development
unit testing
integrated testing
Build a Hello World RESTful endpoint
Last updated
Was this helpful?