Meta 3: Happy Coding
Meta 3: Happy Coding
A story and a dream (and the promise of Rust): the final episode of New Rustacean! Show Notes Rust by Example Winning S... Read more
27 May 2019
•
16mins
News: Rust 1.35
News: Rust 1.35
WASI, Option::copied, and the future of async/await syntax! Show Notes Rust 1.34.1 release notes blog post discussion a... Read more
24 May 2019
•
18mins
CYSK: bindgen and cbindgen
CYSK: bindgen and cbindgen
Automatic generation of FFI types between Rust and C APIs.Show Notes bindgen the official guide API docs cbindgen a b... Read more
18 May 2019
•
18mins
e031: FFI Deep Dive
e031: FFI Deep Dive
Exposing Rust types and functions to C API consumers. Show Notes It’s impossible to make the declarations below follow t... Read more
14 May 2019
•
25mins
e030: Can You See Me Now?
e030: Can You See Me Now?
Item visibility and pub() as API design tools. Show Notes The easiest and most effective way to understand the example i... Read more
27 Apr 2019
•
18mins
News: Rust 1.33 and 1.34
News: Rust 1.33 and 1.34
Moar const fn, some Pin, and alternative Cargo registries! Show Notes 1.33 release notes Pin RFC API docs 1.34 releas... Read more
20 Apr 2019
•
18mins
e029: I’m Out to C
e029: I’m Out to C
Using Rust’s Foreign Function Interface (FFI) with C! Show Notes The code samples here directly match the things I descr... Read more
4 Apr 2019
•
23mins
Bonus 14: How the Sausage Gets Made
Bonus 14: How the Sausage Gets Made
How I make the show, and why you won’t find it on Google Play, Spotify, or Stitcher. Show Notes Winning Slowly guest l... Read more
24 Mar 2019
•
19mins
Bonus 13: I Still Make Silly Mistakes
Bonus 13: I Still Make Silly Mistakes
A story about parsing command-line arguments manually and some thoughts on “rookie mistakes.” Show Notes why you might ... Read more
28 Feb 2019
•
12mins
e028: Meet My Associates
e028: Meet My Associates
Associated items: functions and methods, constants, types, and (very briefly!) GATs. Show Notes Iterator source the fir... Read more
22 Feb 2019
•
23mins