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