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

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

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