New Rustacean
Share:

Listens: 15

About

A show about the Rust programming language and the people who use it.

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 Slowly Mass Affection buttondown...
Show notes

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 about Error::type_id Rust 1.34.2...
Show notes

CYSK: bindgen and cbindgen

Automatic generation of FFI types between Rust and C APIs. Show Notes bindgen the official guide API docs cbindgen a blog post by one of the main auth...
Show notes

e031: FFI Deep Dive

Exposing Rust types and functions to C API consumers. Show Notes It’s impossible to make the declarations below follow the order I talked through them...
Show notes

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 in this case will s...
Show notes

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 release notes Sponsors Thanks to Parity...
Show notes

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 described in the show, so you will ...
Show notes

e028: Meet My Associates

Associated items: functions and methods, constants, types, and (very briefly!) GATs. Show Notes Iterator source the first Traits deep dive episode RFC...
Show notes