Rust Adventures: Rust projects management, understanding packages, Crates and modules

Floriano Victor Peixoto
Level Up Coding
Published in
10 min readJun 25, 2020

--

“Poorly designed code usually takes more code to do the same things, often because the code quite literally does the same thing in several places.”
Martin Fowler

Hi there, folks! I’m learning Rust as a 2020 goal.

Today we are going to talk about the Rust project structure and how to organize…

--

--