New Rustacean

New Rustacean


Latest Episodes

e027: Trust Me; I Promise!
November 30, 2018

An intro to `unsafe` Rust and Rust's idea of safety.

News: Rust 1.29 and 1.30
November 16, 2018

Procedural macros, better paths, and the Rust 2018 beta!

Bonus 12: Translating Between Languages
October 23, 2018

Musings inspired by a project translating TypeScript to Rust

Bonus 11: Burnout
September 22, 2018

What burnout is, the many ways it can happen to us, and what we can do about it.

News: Rust 1.28
August 16, 2018

Stable `#[global_allocator]`, more Rust 2018 Edition schedule news, video learning resources, and a static site genrator!

e026: Functional Programming Ideas
July 24, 2018

How Rust both borrows from FP languages and charts its own, very different course.

e025: Traits Deep Dive, Part III
July 04, 2018

Closure traits, `impl trait`, `dyn trait`, and object safety!

News: Rust 1.27
June 30, 2018

Stable SIMD, `dyn trait`, `rustfix` and the alpha release of the Rust 2018 Edition Preview!

e024: Traits Deep Dive, Part II
June 19, 2018

Operators as sugar for traits, traits as generic constraints, monomorphization, and universal and existential types.

CYSK: The wasm tools
May 31, 2018

wasm intro, `wasm-bindgen`, and `wasm-pack`