https://github.com/ldionne/accu-2017-rust-traits-in-cpp
My lightning talk on dynamic polymorphism at ACCU 2017
https://github.com/ldionne/accu-2017-rust-traits-in-cpp
accu cpp cpp11 cpp14 dyno hana talk type-erasure
Last synced: about 1 month ago
JSON representation
My lightning talk on dynamic polymorphism at ACCU 2017
- Host: GitHub
- URL: https://github.com/ldionne/accu-2017-rust-traits-in-cpp
- Owner: ldionne
- License: other
- Created: 2017-04-28T13:39:22.000Z (over 8 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-04-28T13:45:23.000Z (over 8 years ago)
- Last Synced: 2025-06-02T16:41:55.349Z (4 months ago)
- Topics: accu, cpp, cpp11, cpp14, dyno, hana, talk, type-erasure
- Language: CSS
- Size: 2.9 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Rust traits in C++ @ ACCU 2017
This repository contains my [reveal.js][]-based lightning talk on type erasure
using [Dyno][] at [ACCU 2017][].## Basic usage
Go to https://ldionne.com/accu-2017-rust-traits-in-cpp or open `index.html`
with your browser. A PDF version of the slides is in `slides.pdf`.## Advanced usage
From the root of the repository,
```sh
npm install
grunt serve &
```and then connect to `localhost:8000` to view locally.
[ACCU 2017]: https://conference.accu.org/site/
[reveal.js]: https://github.com/hakimel/reveal.js
[Dyno]: https://github.com/ldionne/dyno