Skip to main content

Command Palette

Search for a command to run...

Introduction

Updated
โ€ข1 min read

Warm welcome to you! ๐Ÿ˜Š

I am really happy that You are checking out my series CPP to Rust developer journey ๐Ÿฆ€๐Ÿ’ป.

The goal is to make a smooth transition into Rust for C++ developers, highlighting the similarities and differences between the languages through specific well-known constructs and topics in C++.

Key points for all articles in this series

  • Text is handwritten along with examples (no AI generation)

  • Articles in series are aiming to be technical and in-depth, allowing the reader structure their understanding and pave solid ground for self development

  • If there is AI-generated content, It will be flagged (most likely pictures, etc.)

๐Ÿš€ Let's dive together into the depths of Rust when approaching it as a C++ developer. Enjoy! ๐Ÿฆ€โœจ

Cpp to Rust developer journey

Part 2 of 2

This series is designed to guide C++ developers through the transition to Rust, highlighting the similarities they can leverage, the key differences they need to adapt to, and practical strategies for writing safe, efficient, and idiomatic Rust code.

Start from the beginning

std::unique_ptr and Rust

If you are a first-time reader of my blog series, warm welcome to you! ๐Ÿ˜Š I recommend that you spend 30 seconds reading the Introduction, which explains how articles are created. Takeaways Today I would like to discuss about replacement for std::uniq...

More from this blog

Stack to Future

2 posts

I am Pawel, and you can also find me on GitHub, where I am a contributor to some well-known IPCs like iceoryx2 and new movements in the automotive world, such as S-CORE. Let's dive into Rust together!