summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index bdb14fe..605ac3b 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,20 @@
# Starting with Rust
+## Abstract
+
+
+
+## Ideas
+
+- High-level mess vs. low-level "fun"
+- Find the right motivation
+- "Rewrite everything" as
+- Be comfortable with being a n00b
+- Ultimate goal: learn idiomatic code as fast as possible
+- Find the right mentors
+
+## References
+
+- https://killercup.github.io/rustfest-idiomatic-libs/index.html
+- https://github.com/rust-unofficial/patterns
+- https://rust-lang-nursery.github.io/api-guidelines/