You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-25 02:06:46 +02:00
Motivation: * const usecases are likely more familiar than static usecases * currently the static slide refers `const`, before it's introduced Background: static and const were previously on the same slide, with const being introduced first ( https://github.com/google/comprehensive-rust/pull/1881 ) but when they were split, static was moved first.
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.