#rustUnmoderated tagAll postsTrending CommunitiesWorldmappinHIVE CN 中文社区SplinterlandsScrobble.lifeActifitPhotography LoversSnapsHive FoodTown SquareBlack And WhiteHive LearnersHive GamingExplore Communities...#rustTrendingHotNewPayoutsMutedscipio (70)in StemSocial • 9 hours agoLearn Rust Series (#9) - Modules & CratesLearn Rust Series (#9) - Modules & Crates What will I learn You will learn the difference between a crate and a module , and when to reach for each; how to…scipio (70)in StemSocial • yesterdayLearn Rust Series (#8) - Traits & GenericsLearn Rust Series (#8) - Traits & Generics What will I learn You will learn how traits define shared behavior across unrelated types, without a single line of…scipio (70)in StemSocial • 2 days agoLearn Rust Series (#7) - CollectionsLearn Rust Series (#7) - Collections What will I learn You will learn how Vec gives you a growable array, and why capacity and length are two different numbers…scipio (70)in StemSocial • 3 days agoLearn Rust Series (#6) - Error HandlingLearn Rust Series (#6) - Error Handling What will I learn You will learn why Rust models failure with Result values instead of throwing exceptions, and what that…scipio (70)in StemSocial • 4 days agoLearn Rust Series (#5) - Structs & EnumsLearn Rust Series (#5) - Structs & Enums What will I learn You will learn how structs group related data into a single named type, and how impl blocks give that…scipio (70)in StemSocial • 5 days agoLearn Rust Series (#4) - Control Flow & Pattern MatchingLearn Rust Series (#4) - Control Flow & Pattern Matching What will I learn You will learn why Rust treats if , loop , and blocks as expressions that produce…scipio (70)in StemSocial • 6 days agoLearn Rust Series (#3) - Ownership & BorrowingLearn Rust Series (#3) - Ownership & Borrowing What will I learn You will learn the three ownership rules in depth, and what a value actually looks like on the stack and…