Rust Adventures: Conditional flow: Enum, Pattern Matching and If-Let.

Floriano Victor Peixoto
Analytics Vidhya
Published in
8 min readJun 10, 2020

--

Hi, the Rust Adventure continues!

Today we are going to discuss conditional flow in Rust and how it helps the language to solve some complex problems with simple solutions.

Introduction

I would like to start with Pattern Matching.

--

--