Dissecting a Rust Program | Axum & Sled
I’ve chosen a project on GitHub to pick apart and study to learn some new code, crates and ideas. The project is : https://github.com/kyoheiu/url-shortener-axum-sled I chose it because I want to learn more about Sled as it’s recommended to be used with BDK (Bitcoin Development Kit) First, let’s have a look at Cargo.toml and see […]