Rust for a Pythonista (Part 1)

Hello there! My name is Dmitry and I am a software engineer working with Rust and Python. Read more

Similar

Optimized Enum Sizes in Rust

Of the many ideas that Rust borrows from other languages, its enums are one that people seem to get the most excited about. They are sometimes referred to as sum types, algebraic data types, or tagged unions, and although they are typically associated wit... (more…)

Read more »