Commit Graph

28 Commits

Author SHA1 Message Date
Robertino
b60e021ab1 Update 11_clone.md (#205)
typo in code
2024-11-01 08:22:23 +01:00
LukeMathWalker
f9a1d427b2 Adjust margins for paperback version. Ensure nothing breaches the right margin. 2024-08-07 15:39:35 +02:00
Luca Palmieri
96f06708b0 Render the book in PDF using pandoc and LaTeX. (#126)
* Render the book in PDF using `pandoc` and LaTeX.

* Fix installs.

* Go the apt-get route

* Another attempt

* Avoid installing twice.

* Re-order.

* Add more packages.

* Minimise deps. Fix link checker.

* Missing package.

* Missing package.

* Missing package.

* More packages.

* Missing package.

* Missing package.

* More packages...

* Remove.

* Fix link checker.

* Fix link checker.

* Fix path.

* Add subtitle.

* Avoid running over the right margin.

* Avoid running over the right margin.

* Formatting
2024-08-05 17:52:15 +02:00
Zhang Zihao
9a2086081c Fix a typo (#116) 2024-07-17 08:08:22 +02:00
Felix Pherry
e99a15390e fix(book): Correct type parameter naming convention to pascal case (#79)
* fix(book): Correct type parameter naming convention to pascal case

* Update book/src/04_traits/05_trait_bounds.md

---------

Co-authored-by: Felix Pherry <182051.FELIX@klgroup.local>
Co-authored-by: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com>
2024-06-01 08:31:48 +02:00
Ernie Hershey
deb4ccb643 Grammar typo (#65) 2024-05-28 11:05:59 +02:00
LukeMathWalker
4401743807 Formatter 2024-05-24 18:16:20 +02:00
Luca Palmieri
1aae615bb4 Automatically add exercise links to sections. (#52)
We use an mdbook preprocessor to automatically generate links to the relevant exercise for each section.
We remove all existing manual links and refactor the deploy process to push the rendered book to a branch.
2024-05-24 18:15:38 +02:00
Luca Palmieri
99591a715e Formatter (#51)
Enforce consistent formatting use `dprint`
2024-05-24 17:00:03 +02:00
Luca Palmieri
f388b2a6c3 Add CI job to verify that we have no broken links. (#50)
Fix all broken links.
2024-05-24 16:45:59 +02:00
Sympatron GmbH
7a4fa2d1f4 Fix broken links (#47) 2024-05-24 12:57:57 +02:00
LukeMathWalker
eb0b4f75f0 Improve Output explanation. 2024-05-24 12:55:58 +02:00
LukeMathWalker
cbafcf2cd4 Restructure negative trait bounds section. 2024-05-24 12:43:34 +02:00
LukeMathWalker
e8cc1217db Add trait recommendations. 2024-05-24 12:33:35 +02:00
LukeMathWalker
f371e4cd95 Fix typo. 2024-05-24 12:16:04 +02:00
LukeMathWalker
5977b1c51b Explain that generic parameters don't have to be single letters. 2024-05-24 12:12:51 +02:00
Onè
20ff3a1743 Add missing word (#45) 2024-05-24 10:28:27 +02:00
Shinya Fujino
d2be52f32f Update references in book/src/04_traits (#46) 2024-05-24 10:27:29 +02:00
LukeMathWalker
453d8030e5 Add new section on trait bounds. 2024-05-23 15:29:42 +02:00
Onè
aecd6e6180 typos (#41)
* that to than

* add missing s

* an to a

Next letter is a consonant sound
2024-05-23 14:29:37 +02:00
Onè
a9ba34c59a Change part of speech for syntax (#40) 2024-05-23 09:05:22 +02:00
LukeMathWalker
0bce2485ab Add more resources to "Derive" section. Closes #34 2024-05-22 12:04:22 +02:00
LukeMathWalker
e5eee2e83c Fix links. 2024-05-22 11:03:19 +02:00
taohua
44f3260fbe misunderstand the implements verb (#18)
* Update 08_from.md

* test

* Update exercises/04_traits/08_from/src/lib.rs

---------

Co-authored-by: datewu <hihahajun@gmail.com>
Co-authored-by: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com>
2024-05-18 17:56:39 +02:00
Loup Federico
f2865b25db Fix typo in 10_clone.md illustration (#10)
The clone() illustration shows two `s` values in the stack when one of them is the original `s` value which got cloned and the other one should be the new `t` value created from `s`.

Rename the second value from `s` to `t`.
2024-05-18 12:03:05 +02:00
LukeMathWalker
b4f5a45424 Elaborate further on Add. 2024-05-14 11:00:59 +02:00
LukeMathWalker
6235d8c1ed Mention that Copy can be derived. 2024-05-14 10:51:45 +02:00
LukeMathWalker
5edebf6cf2 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00