Update Rust diary
This commit is contained in:
@ -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.
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user