Rust Lang in a nutshell: 2 Enums, pattern matching and Options

This is the second part of Rust mini-series. This post is about Enums, Pattern matching and Options. Read more

Similar

Expose a Rust Library to Other Languages

With SixtyFPS, we are creating a GUI toolkit. We chose Rust as the implementation language for our runtime library, and we want to make the same library usable from different programming languages. We believe programmers in all languages need... (more…)

Read more »