https://github.com/dns2utf8/thread-pools-and-iterators
https://github.com/dns2utf8/thread-pools-and-iterators
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dns2utf8/thread-pools-and-iterators
- Owner: dns2utf8
- License: cc-by-4.0
- Created: 2018-01-15T17:45:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T16:11:26.000Z (over 5 years ago)
- Last Synced: 2025-06-07T10:02:41.260Z (about 1 year ago)
- Language: TeX
- Size: 1.39 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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/.