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.
1 parent db55d14 commit 5cec986Copy full SHA for 5cec986
docs/programming-languages.md
@@ -101,6 +101,15 @@ this library.
101
102
[Get started with ev3devKit](https://github.com/ev3dev/ev3devKit){: .btn .btn-default }
103
104
+## Rust
105
+<https://github.com/pixix4/ev3dev-lang-rust>
106
+
107
+Rust is a low-level, compiled language which is highly performant while still
108
+providing modern language features. It provides memory safety without using
109
+garbage collection and is easy to interact with existing C libraries.
110
111
+[Get started with Rust](https://github.com/pixix4/ev3dev-lang-rust){: .btn .btn-default }
112
113
<br>
114
115
0 commit comments