]> git.cworth.org Git - rust-learning/log
rust-learning
18 hours agoRename package from "server" to "chip-timing-server"
Carl Worth [Tue, 10 Mar 2026 00:02:57 +0000 (17:02 -0700)]
Rename package from "server" to "chip-timing-server"

The "server" name was appropriate for the directory we are in,
(underneath the chip-timing directory), but it's excessively vague for
an actual compiled binary name. So use chip-timing-server instead.

18 hours agoserver: Add the most minimal rust program possible
Carl Worth [Mon, 9 Mar 2026 23:08:44 +0000 (16:08 -0700)]
server: Add the most minimal rust program possible

This is just the "hello, world" program one gets from running
"cargo init server" (which is literally what I did here).

I also added the .gitignore file for files that will be
generated by "cargo run".