Full-stack Rust: A complete tutorial with examples
We’ll build a pet owner app that enables the user to add owners and their pets. We’re using the warp web framework to build the REST-based backend. We add some utility libraries for routing and error and JSON handling, as well as an internal dependency to our common library, which will hold the code shared between the frontend and backend.