rust-course

Stars
296

Rust Course

Slides for Rust course taught in https://compscicenter.ru/[Computer Science Center] in Winter-Spring 2019 (in Russian).

Course Page:: https://compscicenter.ru/courses/rustprogramming/2019-spring/

Video:: https://www.youtube.com/playlist?list=PLlb7e2G7aSpTfhiECYNI2EZ1uAluUqE_e

Slides:: In this repository :-)

Homework:: Homework tasks are not distributed, but they followed http://www.realtimerendering.com/raytracing/Ray%20Tracing%20in%20a%20Weekend.pdf[Ray Tracing in a Weekend] pretty closely.

Building

[src,bash]

$ npm install
$ npm run adoc -- ./lectures/01-intro/slides.adoc
$ pdf-viewer ./lectures/01-intro/slides.pdf

Awesome https://github.com/Mogztter/asciidoctor-pdf.js/[Asciidoctor.js PDF] project is used to build the slides. See https://matklad.github.io/2019/05/19/consider-using-asciidoctor-for-your-next-presentation.html[this post] to learn more about this tool.

License

++++ This work is licensed under a Creative Commons Attribution 4.0 International License. ++++

Asciidoctor.js PDF is vendored into this repository and is licensed under the MIT license.