A Todo List application built with Rust, gRPC, and Protocol Buffers. This mini project demonstrates a basic CRUD API with a gRPC server and client implementation.
- Create a new Todo item
- Get a Todo item by ID
- List all Todo items
- Delete a Todo item by ID
- Rust (https://www.rust-lang.org/)
- Protocol Buffers (https://developers.google.com/protocol-buffers)
- Tonic (https://github.com/hyperium/tonic)