You've already forked comprehensive-rust
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:
committed by
GitHub
parent
b4164e44a3
commit
9d9b4170e4
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1355,6 +1355,10 @@ dependencies = [
|
||||
"syn 2.0.48",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "modules"
|
||||
version = "0.1.0"
|
||||
|
||||
[[package]]
|
||||
name = "native-tls"
|
||||
version = "0.2.11"
|
||||
|
Reference in New Issue
Block a user