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
- Host: GitHub
- URL: https://github.com/cognitive-engineering-lab/crp
- Owner: cognitive-engineering-lab
- License: apache-2.0
- Created: 2025-03-12T18:06:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-25T21:45:32.000Z (about 1 year ago)
- Last Synced: 2025-06-25T22:35:11.825Z (about 1 year ago)
- Language: Handlebars
- Homepage: http://cel.cs.brown.edu/crp/
- Size: 8.6 MB
- Stars: 79
- Watchers: 3
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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
```