Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tianyishi2001/cpp4r

[WIP] C++ for Rustaceans
https://github.com/tianyishi2001/cpp4r

book cpp cpp11 cpp14 cpp17 cpp20 modern-cpp rust rustaceans tutorial

Last synced: about 1 month ago
JSON representation

[WIP] C++ for Rustaceans

Awesome Lists containing this project

README

        

# C++ for Rustaceans

Navigate to https://tianyishi2001.github.io/cpp4r to read online. Alternatively, you can download the [PDF](https://tianyishi2001.github.io/cpp4r/cpp4r.pdf) or [epub](https://tianyishi2001.github.io/cpp4r/cpp4r.epub) formats.

The actual book is being developed on the [`docs` branch](https://github.com/TianyiShi2001/cpp4r/tree/docs), and the `main` branch contains only the C++ code.

# The Goal of this Project

Help Rustaceans read C++ code and translating them to Rust in order to make the world a better place.

# About the Code

I recommend reading the source code in Visual Studio Code with the [Better Comments](https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments) extension, which makes comments *much* easier to follow along.

![better comments preview](./img/bettercomments.png)