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

https://github.com/dns2utf8/thread-pools-and-iterators


https://github.com/dns2utf8/thread-pools-and-iterators

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Intro To Rust

Presentation using LaTeX Beamer.

Requirements:

- XeLaTeX
- latexmk
- Fira fonts
- pygmentize

To install the dependencies under Ubuntu 16.04:
```
sudo apt install texlive-xetex texlive-fonts-extra python-pygments
```

## Building

First, install Fira Sans and Fira Mono fonts on your system:

- https://www.fontsquirrel.com/fonts/fira-sans
- https://www.fontsquirrel.com/fonts/fira-mono

Then build the slides:

git clone --recursive https://github.com/dns2utf8/iterators-and-threadpools
make

## [License](LICENSE)

iterators-and-threadpools © by Stefan Schindler

iterators-and-threadpools is licensed under a
Creative Commons Attribution 4.0 International License.

You should have received a copy of the license along with this
work. If not, see http://creativecommons.org/licenses/by/4.0/.