Login
Discover
Waves
Communities
Login
Signup
Topics
#rust
Global
Trending
Hot
New
Top
#rust
New
Top communities
Create your community
latest #rust created topics | Ecency
scipio
StemSocial
18h
Learn Rust Series (#43) - std::mem: swap, replace, take & forget
Learn Rust Series (#43) - std::mem: swap, replace, take & forget What will I learn You will learn why you cannot simply move a value out of a &mut, and what to do instead; how std::mem::swap exchanges
$ 1.018
14
1
scipio
StemSocial
2d
Learn Rust Series (#42) - Drop Order, the Drop Check & Leak Safety
Learn Rust Series (#42) - Drop Order, the Drop Check & Leak Safety What will I learn You will learn the exact order values and struct fields are dropped in; what the drop check is, and why a type with
$ 0.477
25
1
hellsveiah
Photography Lovers
2d
Published via Ecency
Snapshots - A Closer Look - Rust, Texture & Peeling Paint
Greetings!
scipio
StemSocial
3d
Learn Rust Series (#41) - Building Your Own Smart Pointer
Learn Rust Series (#41) - Building Your Own Smart Pointer What will I learn You will learn how to build a smart pointer from scratch by combining Deref, DerefMut and Drop; how a real reference-counted
ibarra95
Worldmappin
1d
Published via Ecency
Promoted
Walk through the Book Fair and the Regional Exhibition of Artistic Landscapes in Ciego de Ávila, Cuba. [ENG] [ESP]
21.84192, -78.76036
Hello, travelers of the @worldmappin community! Today I have the pleasure of inviting you to the opening of the 34th Edition of the Book Fair in my city. This is a national event that takes place once
scipio
StemSocial
4d
Learn Rust Series (#40) - Arena & Bump Allocation Patterns
Learn Rust Series (#40) - Arena & Bump Allocation Patterns What will I learn You will learn what arena and bump allocation are, and why they are so fast; how allocating many values together and freeing
scipio
StemSocial
5d
Learn Rust Series (#39) - Variance: Covariance, Contravariance & Why It Matters
Learn Rust Series (#39) - Variance: Covariance, Contravariance & Why It Matters What will I learn You will learn what lifetime subtyping is, and why a longer lifetime can stand in for a shorter one;
scipio
StemSocial
6d
Learn Rust Series (#38) - PhantomData, Zero-Sized Types & Marker Lifetimes
Learn Rust Series (#38) - PhantomData, Zero-Sized Types & Marker Lifetimes What will I learn You will learn what a zero-sized type is and why it occupies no memory at all; what PhantomData<T>
scipio
StemSocial
7d
Learn Rust Series (#37) - Pin & Self-Referential Structs
Learn Rust Series (#37) - Pin & Self-Referential Structs What will I learn You will learn why a struct that holds a pointer into its own data breaks the moment it is moved; what Pin<P> actually
way-big
Indiaunited
1d
Published via Ecency
Promoted
Is it possible to beat family's expectations?
Hello, Ram Ram, Namaste, Sastriyakal, t o all Hive users. Today, I'll tell you
scipio
StemSocial
8d
Learn Rust Series (#36) - Cow: Clone-on-Write for Borrow-or-Own APIs
Learn Rust Series (#36) - Cow: Clone-on-Write for Borrow-or-Own APIs What will I learn You will learn what Cow<'a, B> is: a smart pointer that is either borrowed or owned, and lets you defer that
scipio
StemSocial
9d
Learn Rust Series (#35) - Weak References & Breaking Reference Cycles
Learn Rust Series (#35) - Weak References & Breaking Reference Cycles What will I learn You will learn how a reference cycle causes Rc and Arc to leak memory, even in safe Rust; what a Weak<T>
scipio
StemSocial
10d
Learn Rust Series (#34) - Arc: Thread-Safe Reference Counting & Its Cost
Learn Rust Series (#34) - Arc: Thread-Safe Reference Counting & Its Cost What will I learn You will learn how Arc<T> differs from Rc<T>: identical shape and methods, but the reference counts
scipio
StemSocial
11d
Learn Rust Series (#33) - Rc Internals: Reference Counting & Shared Ownership
Learn Rust Series (#33) - Rc Internals: Reference Counting & Shared Ownership What will I learn You will learn how Rc<T> is laid out in memory: a single heap allocation holding your value next
cliffblank
thatssilly
16h
Published via Ecency
Promoted
“That’s Silly” August 31, 2026
Taking a moment to be silly in serious times.
scipio
StemSocial
12d
Learn Rust Series (#32) - Interior Mutability: Cell & RefCell
Learn Rust Series (#32) - Interior Mutability: Cell & RefCell What will I learn You will learn what interior mutability is, and how it bends Rust's "shared means read-only" rule without breaking
scipio
StemSocial
13d
Learn Rust Series (#31) - Move Semantics Deep Dive
Learn Rust Series (#31) - Move Semantics Deep Dive What will I learn You will learn exactly what a move is at the machine level, and why it is cheap no matter how big the data; precisely when a value moves
tonyz
Photography Lovers
14d
Chain.
As seen in a Fishing Port in Bretagne.
scipio
StemSocial
14d
Learn Rust Series (#30) - Mini Project: A Generic Units-of-Measure Library
Learn Rust Series (#30) - Mini Project: A Generic Units-of-Measure Library What will I learn You will learn how to build a small units library where adding metres to seconds does not compile; how a phantom
ibarra95
Holozing Community
2d
Published via Ecency
Promoted
!DIY Kawaii animated version of the Holozing creature Cinella, made with foam clay. (Tutorial) [ENG] [ESP]
Hello!! Good evening, #Holozing community, video game lovers, and Web3 gaming enthusiasts! Today I'm going to show you how to make the creature Cinella using foam clay, but this time in an animated kawaii
scipio
StemSocial
15d
Learn Rust Series (#29) - Typestate Programming: State Machines in the Type System
Learn Rust Series (#29) - Typestate Programming: State Machines in the Type System What will I learn You will learn what typestate programming is: encoding an object's current state into its type; how
scipio
StemSocial
16d
Learn Rust Series (#28) - Sealed Traits & Designing Stable APIs
Learn Rust Series (#28) - Sealed Traits & Designing Stable APIs What will I learn You will learn why a public trait that anyone can implement quietly ties your hands and makes your library hard to
scipio
StemSocial
17d
Learn Rust Series (#27) - Generic Associated Types & Lending Iterators
Learn Rust Series (#27) - Generic Associated Types & Lending Iterators What will I learn You will learn what a generic associated type (GAT) is: an associated type that itself takes parameters, most
scipio
StemSocial
19d
Learn Rust Series (#26) - Const Generics: Types That Depend on Values
Learn Rust Series (#26) - Const Generics: Types That Depend on Values What will I learn You will learn what const generics are: type parameters that are values, not types; how they let a single function
Older →