#rust

4 articles about rust

rustJune 30, 2025

Functions or Closures in Rust? Know the Difference!

Functions vs closures in Rust, covering ownership, traits, lifetimes, and performance implications.

rustJune 26, 2025

Rust's repr: Optimize Struct Memory for Cache Efficiency

Low-level memory optimization in Rust, covering repr attributes, cache efficiency, and performance trade-offs

rustJune 25, 2025

Rust Vec::new() vs. with_capacity(): When to Use Each

Vec allocation strategies in Rust, comparing Vec::new() and Vec::with_capacity() for optimal performance.

rustApril 15, 2025

Getting Started with Rust: A Guide for Beginners

Introduction to Rust for beginners, covering installation, basic syntax, and your first project.