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