theme | class | highlighter | lineNumbers | info | drawings | fonts | layout | title | |||
---|---|---|---|---|---|---|---|---|---|---|---|
default |
text-center |
shiki |
true |
Rust workshop slides |
|
|
cover |
Rust - 0: Introduction |
Henk Oordt - [email protected]
--- layout: cover ---let mut reasoning = "Rust is great and all, but...".to_owned();
loop {
reasoning.push_str("There aren't yet a lot of jobs, because...");
reasoning.push_str("Companies are hesitant to use it, because...");
reasoning.push_str("They can't find developers that have learned it, because...");
}
We need to break
this cycle!
layout: image-right
and that of professors, of course
Or if you know Rust already, but want to polish your knowledge