Rust Trends
linkedin github
  /newsletter   /posts   /faq   /about   /contact   /sign up
Posts.

    Cross-Compiling for Raspberry Pi with Docker

    2025-04-25

    How I used Docker to easily cross-compile Rust projects for Raspberry Pi 4 with the right libraries and environment.

    Read more ⟶

    Ferrocene Language Specification Donated to the Rust Project

    2025-03-29

    Ferrous Systems has donated the Ferrocene Language Specification to the Rust Project—a major step toward standardizing Rust and enabling its use in safety-critical systems.

    Read more ⟶

    Building a DNS Server in Rust: Part 1 of 2

    2025-02-28

    Learn how to build a DNS server in Rust from scratch. Explore the DNS protocol, create a simple server, and handle DNS queries with ease.

    Read more ⟶

    Rust’s Async Closures: A New Way to Handle Asynchronous Logic

    2025-02-14

    Discover how async closures in Rust (coming in Rust 1.85) will make handling asynchronous logic more ergonomic. Learn what closures are, why async closures matter, and see simple examples of how they improve Rust’s async experience.

    Read more ⟶

    Rust’s if/let While Chains: Cleaner Control Flow is Coming!

    2025-02-14

    Rust’s upcoming if/let while chains will clean up control flow by eliminating unnecessary nesting. Explore how this feature simplifies conditional expressions and loops, making Rust code more readable and expressive.

    Read more ⟶

    Building a Honeypot in Rust and Deploy it to Oracle for Free

    2025-01-05

    Learn how to build a honeypot in Rust and deploy it to Oracle Cloud for free! This step-by-step guide covers coding, deployment, and tips for leveraging Rust’s safety and performance for cybersecurity projects.

    Read more ⟶

    Mastering Clippy: Elevating Your Rust Code Quality

    2024-07-27

    Learn how to enhance your Rust code with Clippy. This guide covers key Clippy lints and how to configure them in your Rust projects for better performance, style, and correctness.

    Read more ⟶
    Next →


Sign up for our Newsletter

© Copyright 2022-2023 Rust Trends.
All Rights Reserved | Powered by Rust and Zola