1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-08-08 16:26:35 +02:00

Replace GUI exercise with Logger (#1682)

This should be a bit simpler, and notably
* does not require trait objects, which per #1516 should be moved later
in the course
 * does not require a lot of futzing with string formatting

But all that hard work developing the GUI exercise is not for naught: it
remains in the "Modules" segment, where students will get a chance to
read some Rust code and reorganize it a little bit.

Fixes #1617.

R=mgeisler as the original author of the GUI exercise.
This commit is contained in:
Dustin J. Mitchell
2024-01-18 14:15:19 -05:00
committed by GitHub
parent b4164e44a3
commit 9d9b4170e4
8 changed files with 202 additions and 178 deletions

4
Cargo.lock generated
View File

@ -1355,6 +1355,10 @@ dependencies = [
"syn 2.0.48",
]
[[package]]
name = "modules"
version = "0.1.0"
[[package]]
name = "native-tls"
version = "0.2.11"