We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 658501dCopy full SHA for 658501d
README.md
@@ -0,0 +1,15 @@
1
+# The Rust Programming Language
2
+
3
+This is [Sailfish OS] source code repository for [Rust]. It contains the
4
+compiler, standard library, and documentation.
5
6
+[Sailfish OS]: https://sailfishos.org
7
+[Rust]: https://www.rust-lang.org
8
9
+## Quick Start
10
11
+Read ["Installation"] from [The Book].
12
13
+["Installation"]: https://doc.rust-lang.org/book/ch01-01-installation.html
14
+[The Book]: https://doc.rust-lang.org/book/index.html
15
0 commit comments