All Projects → steveklabnik → Rust In Ten Slides

steveklabnik / Rust In Ten Slides

Short presentations about Rust syntax + concepts

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Rust In Ten Slides

Ziglearn
Repo for https://ziglearn.org content. Get up to speed with Zig quickly.
Stars: ✭ 135 (+104.55%)
Mutual labels:  documentation, learning
Go Compression.github.io
The Hitchhiker's Guide to Compression
Stars: ✭ 106 (+60.61%)
Mutual labels:  documentation, learning
Grav Learn
Grav Learn (exhaustive grav documentation)
Stars: ✭ 204 (+209.09%)
Mutual labels:  documentation, learning
Ocamlverse.github.io
Documentation of everything relevant in the OCaml world
Stars: ✭ 117 (+77.27%)
Mutual labels:  documentation, learning
Professional Programming
A collection of full-stack resources for programmers.
Stars: ✭ 15,936 (+24045.45%)
Mutual labels:  documentation, learning
Building Electron Apps With Js
Materials and code for free course on building Electron app with javascript
Stars: ✭ 62 (-6.06%)
Mutual labels:  learning
Learning Unity Ecs 2
A bunch of small Unity projects where I explore and learn Unity's new ECS and Job System. Updated for the new API.
Stars: ✭ 65 (-1.52%)
Mutual labels:  learning
Docs
Documentation for The Things Network
Stars: ✭ 61 (-7.58%)
Mutual labels:  documentation
Valadoc Org
Build tools used to generate valadoc.org
Stars: ✭ 60 (-9.09%)
Mutual labels:  documentation
Docnado
Rapid documentation tool that will blow you away...
Stars: ✭ 67 (+1.52%)
Mutual labels:  documentation
Frontend Guidelines Zh Cn
本文原文是一篇来自Github上@bendc的6,539星的文章,在此声明,原作者保有所有权利,本文仅供技术探讨学习。
Stars: ✭ 65 (-1.52%)
Mutual labels:  learning
Nord Docs
The official Nord website and documentation
Stars: ✭ 63 (-4.55%)
Mutual labels:  documentation
Hugo Book
Hugo documentation theme as simple as plain book
Stars: ✭ 1,115 (+1589.39%)
Mutual labels:  documentation
Docsify Tabs
A docsify.js plugin for rendering tabbed content from markdown
Stars: ✭ 65 (-1.52%)
Mutual labels:  documentation
Django Chinese Docs 18
📖 [译] django 中文文档协作翻译计划
Stars: ✭ 61 (-7.58%)
Mutual labels:  documentation
Burritos
A collection of Swift Property Wrappers (formerly "Property Delegates")
Stars: ✭ 1,139 (+1625.76%)
Mutual labels:  learning
Metasploit Cn Wiki
metasploit中文wiki
Stars: ✭ 61 (-7.58%)
Mutual labels:  documentation
Flexbox30
Learn Flexbox in 30 days with 30 code tidbits ✨
Stars: ✭ 1,127 (+1607.58%)
Mutual labels:  learning
C koans
C Koans
Stars: ✭ 65 (-1.52%)
Mutual labels:  learning
Spark Doc Zh
Apache Spark 官方文档中文版
Stars: ✭ 1,126 (+1606.06%)
Mutual labels:  documentation

Rust in Ten Slides

This is an experiment to produce short, useful documentation for the Rust programming language.

Here's the idea: take a concept in Rust, and make ten slides about it. Ten slides is short enough to be easy to make and easy to consume, but long enough to get some kind of point across.

If this is successful, I'd like to upstream it into the main Rust docs.

This project is inspired by A very brief intro to Rust. After seeing students write code after only looking at these slides, I think expanding on this idea might bear some interesting fruit!

How it works

  1. Copy template.html into a new file, name it after the topic of your presentation; for example, strings.html.
  2. Slides are written in Markdown inside the file using Remark, check that link for examples of the syntax.
  3. Open the file in your web browser to see the presentation in action!
  4. Modify index.html to include your new presentation.
  5. Send me a pull request!

License

Everything is licensed under MIT/Apache2, just like Rust.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].