URL Shortener with Rust, Svelte, & AWS (3/): Testing
In the last post, we created a simple URL-shortener API and tested it manually with curl and a browser. In this post, we will use Rust's integrated unit-testing features to allow testing with a single command, and then automate testing with GitHub Ac...
blog.mileswatson.net4 min read