Update Rust diary

This commit is contained in:
Daniel Kluge 2022-06-14 14:31:00 +02:00
parent 9a692a8902
commit 2115dbb8f0
5 changed files with 21 additions and 11 deletions

View File

@ -1,6 +1,6 @@
:experimental:
:docdatetime: 2022-06-13T13:07:27.205Z
:docdatetime: 2022-06-14T12:21:00.755Z
= Learning Rust
My progress documented. The diary is in German.
In this diary I want to document my progress through the https://doc.rust-lang.org/book/[Rust book] and documenting some stuff for myself.

View File

@ -1,7 +1,11 @@
:experimental:
:docdatetime: 2022-06-13T13:07:27.205Z
:docdatetime: 2022-06-14T12:26:06.567Z
== Hello world
= Hello world
_https://doc.rust-lang.org/book/ch01-02-hello-world.html[Link zum Buch]_ | _Diese Seite ist aus einem https://jupyter.org/[Jupyter Notebook] exportiert_.
== How to `println!`
Hello world ist relativ einfach. `println!` ist ein Makro (eine
spezielle Art Funktion?), die einfach auf stdout printed.

View File

@ -1,7 +1,11 @@
:experimental:
:docdatetime: 2022-06-13T13:07:27.205Z
:docdatetime: 2022-06-14T12:26:06.567Z
== Cargo
= Cargo
_https://doc.rust-lang.org/book/ch01-03-hello-cargo.html[Link zum Buch]_ | _Diese Seite ist aus einem https://jupyter.org/[Jupyter Notebook] exportiert_.
== Was ist Cargo?
Cargo ist Rusts package manager. +
Um ein neues Cargo-Projekt zu erstellen, braucht es das folgende

View File

@ -1,9 +1,11 @@
:experimental:
:docdatetime: 2022-06-13T13:07:27.205Z
:docdatetime: 2022-06-14T12:27:14.473Z
== Erstes Spiel
= Erstes Spiel
=== Projekt erstellen
_https://doc.rust-lang.org/book/ch02-00-guessing-game-tutorial.html[Link zum Buch]_ | _Diese Seite ist aus einem https://jupyter.org/[Jupyter Notebook] exportiert_.
== Projekt erstellen
Das Projekt wird wie in Notebook 01 beschrieben erstellt.

View File

@ -32,8 +32,8 @@
"short_desc": "Me learning Rust (German).",
"desc": [
"I documented my progress to lern the Rust programming language.",
"The pages are exported from a #{jupyter notebook|https://jupyter.org/}, which I use to follow the Rust book.",
"Everything is in German as these are my own notes."
"It follows the #%{Rust book|https://doc.rust-lang.org/book/} with my own annotations.",
"Everything is in German as these notes are mostly meant for me."
],
"entries": [
{ "title": "00 - Hello World", "filename": "00 - Hello World"},