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

https://github.com/cognitive-engineering-lab/crp

A learning resource to help you translate C++ idioms to Rust
https://github.com/cognitive-engineering-lab/crp

Last synced: about 1 year ago
JSON representation

A learning resource to help you translate C++ idioms to Rust

Awesome Lists containing this project

README

          

# C++ to Rust Phrasebook

This is the source code for [CRP](https://cel.cs.brown.edu/crp/).

## Building locally

Install [mdBook](https://github.com/rust-lang/mdBook/), [mdbook-quiz](https://github.com/cognitive-engineering-lab/mdbook-quiz), and [mdbook-linkcheck](https://github.com/Michael-F-Bryan/mdbook-linkcheck). Then run:

```
mdbook serve
```