teaching-material icon indicating copy to clipboard operation
teaching-material copied to clipboard

Results 48 teaching-material issues
Sort by recently updated
recently updated
newest added

Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.10.0 to 3.12.0. Changelog Sourced from bumpalo's changelog. 3.12.0 Released 2023-01-17. Added Added the bumpalo::boxed::Box::bump and bumpalo::collections::String::bump getters to get the underlying Bump that a string or...

dependencies

Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.10.0 to 3.12.0. Changelog Sourced from bumpalo's changelog. 3.12.0 Released 2023-01-17. Added Added the bumpalo::boxed::Box::bump and bumpalo::collections::String::bump getters to get the underlying Bump that a string or...

dependencies

Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.10.0 to 3.12.0. Changelog Sourced from bumpalo's changelog. 3.12.0 Released 2023-01-17. Added Added the bumpalo::boxed::Box::bump and bumpalo::collections::String::bump getters to get the underlying Bump that a string or...

dependencies

`Files, Match and Result` had very inconsistent naming throughout `teaching-materials`. This should fix it.

- [ ] Add spoiler boilerplate to Redisish assignment with solutions, like in Durable File/RustLatin - [ ] TCP echo server should have a solution at the end using `nc...

In feedback discussions with @amanjeev and @Mirabellensaft , I mentioned a visual cheat sheet that "grew" as more of the training material was covered would be very useful. One of...

Our `Calculator` assignment uses the `big ball of mud` enum error design, we should consider adding a bonus task to convert the errors to the [nested error handling style](http://sled.rs/errors.html).

Rework cool example from the `RfR` book by - Task 1:starting with a toy example like ```rust struct Grounded; struct Launched; // and so on struct Rocket { stage: std::marker::PhantomData,...

and using the `?` to get the neat UX cc @listochkin , who we were talking about this - [ ] buildup to the `thiserror` crate usage: ```rust #[derive(Debug, thiserror::Error)]...

I present my first assignment. I hope people like the WIP.