Iced (A GUI library for Rust) through an example: A Twenty-One game

In this tutorial we will go from the most basic hello world and, step by step, create a 1-player twenty-one kind of game in iced, it’ll be very simple, not even with a betting function, but by the end you’ll be ready to implement it yourself ;)… Read more

Similar

A Comparison Between Rust and Erlang

This article will focus on a comparison between Erlang and Rust, detailing their similarities and differences. It may be interesting to both Erlang developers looking into Rust and Rust developers looking into Erlang. A final section will detail more abou... (more…)

Read more »

Writing Shared Libraries in Rust

Every tool that gets big enough eventually provides a way to support third-party logic. Maybe you expose APIs for clients to call. Maybe you take some code and run it in a sandbox. Maybe you embed a Lua interpreter. (more…)

Read more »