]> git.cworth.org Git - rust-learning/shortlog
rust-learning
16 hours ago Carl WorthSwitch from expect to map_err. main
16 hours ago Carl WorthUse expect instead of unwrap_or_else
16 hours ago Carl WorthAdd a single route at /race
16 hours ago Carl WorthAdd dependencies on axum and tokio and implement a...
16 hours ago Carl WorthParse the json file and deserialize it into a struct
16 hours ago Carl WorthReturn an actual value from main
16 hours ago Carl WorthSwitch from hello world to a program that prints a...
16 hours ago Carl WorthRename package from "server" to "chip-timing-server"
16 hours ago Carl Worthserver: Add the most minimal rust program possible