ebe07acd1e
solution to exercise 04_01
2024-07-01 16:15:42 +02:00
4a4fc2ea0d
solution to exercise 03_12
2024-06-27 16:38:30 +02:00
91e6bf5ae4
solution to exercise 03_11
2024-06-27 16:29:31 +02:00
3f57819e4c
solution to exercise 03_10
2024-06-27 16:24:32 +02:00
d54a1e160b
solution to exercise 03_09
2024-06-27 16:16:19 +02:00
4913da035f
solution to exercise 03_08
2024-06-27 16:08:42 +02:00
1f0823a6a4
solution to exercise 03_07
2024-06-23 18:22:03 +02:00
56075fa40e
solution to exercise 03_06
2024-06-23 18:08:59 +02:00
852cd5f0b9
solution to exercise 03_05
2024-06-23 17:58:03 +02:00
1c16ac8c22
solution to exercise 03_04
2024-06-23 17:54:39 +02:00
d3b4c0d653
solution to exercise 03_03
2024-06-19 15:03:51 +02:00
8b78ea3a83
solution to exercise 03_02
2024-06-19 14:56:36 +02:00
0e5cdc6d10
solution to exercise 03_01
2024-06-19 14:46:00 +02:00
1d876eff10
solution to exercise 03_00
2024-06-19 14:41:41 +02:00
dfcb9736b2
solution to exercise 02_10
2024-06-17 11:31:06 +02:00
c1e7c3fadd
solution to exercise 02_09
2024-06-17 11:22:25 +02:00
978a99b00d
solution to exercise 02_08
2024-06-17 11:15:21 +02:00
34189d212e
solution to exercise 02_07
2024-06-17 10:59:03 +02:00
9d1869fc9c
solution to exercise 02_06
2024-06-17 10:53:22 +02:00
3e56cf1287
solution to exercise 02_05
2024-06-15 21:01:03 +02:00
f91cc0089a
solution to exercise 02_04
2024-06-13 17:04:21 +02:00
211f23cea4
solution to exercise 02_03
2024-06-13 16:55:06 +02:00
1e516bf0a5
solution to exercise 02_02
2024-06-13 16:46:44 +02:00
03a0a77394
solution to exercise 02_01
2024-06-13 16:40:40 +02:00
bb27bfad41
solution to exercise 02_00
2024-06-13 16:33:07 +02:00
4d12facc2f
solution to exercise 01
2024-06-12 17:12:56 +02:00
1251a6c1b1
solution to exercise 00
2024-06-12 17:06:43 +02:00
Felix Pherry
056611ac1c
Fix: typos ( #84 )
...
Co-authored-by: Felix Pherry <182051.FELIX@klgroup.local>
2024-06-05 11:59:04 +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
rithvik-bosch
ffb2f08b67
nit: grammar ( #70 )
2024-05-29 10:59:32 +02:00
LukeMathWalker
baca47f782
Add a TODO to make things more explicit.
2024-05-28 11:18:27 +02:00
LukeMathWalker
d442b61795
Reword.
2024-05-28 11:11:41 +02:00
Keshav Chakravarthy
d77272a5b4
Better example for ownership transfer using String ( #68 )
...
* Better example for ownership transfer using String
* Update book/src/03_ticket_v1/06_ownership.md
---------
Co-authored-by: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com>
2024-05-28 11:08:34 +02:00
Ernie Hershey
deb4ccb643
Grammar typo ( #65 )
2024-05-28 11:05:59 +02:00
Onè
35a2ff1efe
Change execution unit name ( #60 )
2024-05-28 11:05:46 +02:00
Shinya Fujino
5140cd3b37
Update variant name ( #58 )
2024-05-28 11:04:32 +02:00
Shinya Fujino
3020ef6c3f
Fix a typo ( #57 )
2024-05-28 11:04:19 +02:00
Onè
f74fbd4800
typos ( #55 )
...
* Add missing of
* change tense of spawn
* ignored to ignoring
* add need
2024-05-28 11:04:08 +02:00
LukeMathWalker
bd9faa049f
Remove new line.
2024-05-24 20:16:31 +02:00
LukeMathWalker
a111eed575
Re-add necessary references section in 06/06
2024-05-24 20:14:02 +02:00
LukeMathWalker
1a452230ed
Create branch first.
2024-05-24 18:26:59 +02:00
LukeMathWalker
5a08035d83
Fetch history.
2024-05-24 18:26:15 +02:00
LukeMathWalker
0b15b96ab0
Fix deploy step.
2024-05-24 18:20:45 +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
LukeMathWalker
537118574b
Run CI on pushes to main too.
2024-05-24 16:47:14 +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
Onè
6d707bb32d
add system to sentence ( #48 )
2024-05-24 12:58:07 +02:00
Sympatron GmbH
7a4fa2d1f4
Fix broken links ( #47 )
2024-05-24 12:57:57 +02:00