Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tianyishi2001/cpp4r
- Owner: TianyiShi2001
- License: mit
- Created: 2020-11-14T00:18:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-21T20:10:26.000Z (almost 4 years ago)
- Last Synced: 2023-03-08T20:27:17.177Z (over 1 year ago)
- Topics: book, cpp, cpp11, cpp14, cpp17, cpp20, modern-cpp, rust, rustaceans, tutorial
- Language: C++
- Homepage: https://tianyishi2001.github.io/cpp4r
- Size: 3.65 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)