You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2026-04-25 23:11:02 +02:00
5bbe9c6b86
Minor tweak in ordering of slides in the "Implementing common traits" section: - Move `Display` slide to follow the `Debug` slide. I think it makes sense to talk about these two together, rather than talking about `Debug` at the beginning and then `Display` towards the end. - Move `Serialize` and `Deserialize` to the end. The rest of the slides cover std traits, and these are the only third-party traits discussed in this section, so I think putting this slide at the end makes sense.
Course Content
The files in this directory make up the content of the course. The files here
can include third-party content from ../third_party/ as well.
When we publish a translation of the course, we git restore the src/ and
third_party/ directories at the repository root back to the date listed in the
POT-Creation-Date header of the translation. It is crucial, that all
translatable content lives in those two directories. The other files (such as
book.toml and theme/) are not restored and we always use the latest version
of them.