New Rustacean artwork

New Rustacean

103 episodes - English - Latest episode: almost 5 years ago - ★★★★★ - 79 ratings

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

Technology News Tech News rust programming programming languages software
Homepage Apple Podcasts Google Podcasts Overcast Castro Pocket Casts RSS feed

Episodes

Meta 3: Happy Coding

May 27, 2019 15:15 - 16 minutes - 15.3 MB

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.email/rewrite patreon.com/chriskrycho Sponsors Adam Green Aleksey Pirogov Alexander Kryvomaz Alexander Lozada Alexander Payne Andrew Dirksen Andrew Thompson Anthony Deschamps Anthony Scotti Arlen Haftevani Arlo (Hyena) Arun Kulshreshtha Behnam Esfahbod Benjamin Manns Benjamin Wasty Brandon ‘Spanky’ Mills Brian Casiello ...

News: Rust 1.35

May 24, 2019 03:00 - 18 minutes - 16.8 MB

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 release notes blog post discussion about Error::type_id Rust 1.35 release notes blog post WASI The Bike Shed episode Async/await std::futures API docs internal thread on syntax for .await Sponsors Thanks to Parity for sponsoring the show and hiring Rust developers! Patreon Sponsors Adam Green Aleksey Pirogov Alexander Kr...

CYSK: bindgen and cbindgen

May 18, 2019 02:10 - 18 minutes - 16.7 MB

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 authors of the crate rust-ffi Binding libraries for scripting languages PyO3 Neon Rustler a great write-up from the folks at Discord Helix Sponsors Thanks to Parity for sponsoring the show and hiring Rust developers! Patreon Sponsors Adam Green Aleksey Pirogov Alexander Kryvomaz Alexander Lozada Alexander Payne Andrew Dirksen ...

e031: FFI Deep Dive

May 14, 2019 02:40 - 25 minutes - 23.2 MB

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 on the recording without also making them horrible to read, so just use this outline instead: add_in_rust Strings concat_strings free_rust_string Point point_translate union OpaquePoint opaque_point_new opaque_point_translate opaque_point_free Links Rust FFI Omnibus the repository for the show RFC #2195 Sponsors Thanks to Pa...

e030: Can You See Me Now?

April 27, 2019 04:00 - 18 minutes - 17.1 MB

Item visibility and pub(<restricted>) as API design tools. Show Notes The easiest and most effective way to understand the example in this case will simply be to look directly at the source code. You can read the docs for each of the nested modules, but you’ll be doing a lot of navigating around for that. Also, I am using Cargo’s --document-private-items flag, so that you can see all the items in all the modules, even those which are not public, but note that usually you would not see doc...

News: Rust 1.33 and 1.34

April 20, 2019 19:15 - 18 minutes - 17.4 MB

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 for sponsoring the show and hiring Rust developers! Patreon Sponsors Adam Green Aleksey Pirogov Alexander Kryvomaz Alexander Lozada Alexander Payne Andrew Dirksen Andrew Thompson Anthony Deschamps Anthony Scotti Arlen Haftevani Arlo (Hyena) Arun Kulshreshtha Behnam Esfahbod Benjamin Manns Benjamin Wasty Brandon ‘Spanky...

e029: I’m Out to C

April 04, 2019 04:15 - 23 minutes - 21.4 MB

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 likely want to look at add and ffi::add, then Point, translate, and ffi::translate in that order. Links Other helpful Rust FFI discussions: The Rust Programming Language’s materials the nomicon Rust FFI Omnibus the Reference’s discussion the associated Rust API docs Sponsors Thanks to Manning for sponsoring the show and giving all of...

Bonus 14: How the Sausage Gets Made

March 24, 2019 02:50 - 19 minutes - 17.8 MB

How I make the show, and why you won’t find it on Google Play, Spotify, or Stitcher. Show Notes Winning Slowly guest lectures on podcasting: A, B Audio recording/editing/production software: Icecast Rogue Amoeba Audio Hijack Loopback Ferrite iZotope RX previous episodes of interest building a markdown link extractor using rustdoc Sponsors Thanks to Parity for sponsoring the show and hiring Rust developers! Patreon Sponsors Adam Green Aleksey Pirogov Alexander Kryvomaz Ale...

Bonus 13: I Still Make Silly Mistakes

February 28, 2019 14:20 - 12 minutes - 11.2 MB

A story about parsing command-line arguments manually and some thoughts on “rookie mistakes.” Show Notes why you might want to invoke the same program with different names Python’s argparse library Commander in Node clap structopt pulldown-cmark Sponsors Thanks to Parity for sponsoring the show and hiring Rust developers! Patreon Sponsors Adam Green Aleksey Pirogov Alexander Kryvomaz Alexander Lozada Alexander Payne Andrew Dirksen Andrew Thompson Anthony Deschamps Anthony ...

e028: Meet My Associates

February 22, 2019 04:30 - 23 minutes - 21.2 MB

Associated items: functions and methods, constants, types, and (very briefly!) GATs. Show Notes Iterator source the first Traits deep dive episode RFC #1598 RFC #195 The Reference on associated items Rust 1.20 deals.manning.com/new-rustacean Sponsors Thanks to Manning for sponsoring the show and giving all of you a 40%-off discount on their whole store (but especially Carol Nichols’ and Jake Goulding’s Rust in Motion video content and the Rust in Action MEAP!) at deals.manning.com/...

News: Rust 1.32

January 23, 2019 03:20 - 18 minutes - 16.6 MB

dbg!, unified paths, more places you can use Self, and a bunch of const fn stabilizations—plus some neat community highlights! Show Notes Rust 1.32 blog post release notes smaller builds on Twitter Amethyst examples docs RustConf 2018 keynote insta Sponsors Thanks to Parity for sponsoring the show again. Go check out their Rust jobs! Patreon Sponsors Adam Green Aleksey Pirogov Alexander Kryvomaz Alexander Payne Andrew Dirksen Andrew Thompson Anthony Deschamps Anthony Sco...

News: Rust 1.31 and the 2018 Edition, Part II

January 14, 2019 22:01 - 22 minutes - 20.8 MB

Stabilizing rustfmt, clippy, tool lints, and const fn (all in both editions!), and the 2018 Edition-specific features: syntax changes and non-lexical lifetimes! Show Notes Rust 1.31 Blog Post Rust 1.31 Release Notes Rust 2018 Edition Guide a simple NLL example const fn in the reference and “const contexts” “uniform paths” the raw string syntax Sponsors Thanks to Parity for sponsoring the show again. Go check out their Rust jobs! Patreon Sponsors Adam Green Aleksey Pirogov Alexa...

News: Rust 1.31 and the 2018 Edition, Part I

January 07, 2019 15:00 - 20 minutes - 19.2 MB

An overview of the edition, and some of the improvements that are available in both the 2015 and 2018 editions: better lifetime elision, some Cargo features, and some library stabilizations. Show Notes Rust 1.31 Blog Post Rust 1.31 Release Notes Rust 2018 Edition Guide Previous episodes of direct interest: News: Rust 1.28 News: Rust 1.29 and 1.30 Sponsors Thanks to Parity for sponsoring the show again. Go check out their Rust jobs! Patreon Sponsors Adam Green Aleksey Pirogov Ale...

Interview: Integer32

December 31, 2018 23:00 - 41 minutes - 37.6 MB

Show Notes Things we mentioned on the show: the playground Ferrous Systems Magical JSON: https://quicktype.io EddyB’s company: Lyken Software Solutions Integer32 blog: “Tech Conference Budget Case Study: Rust Belt Rust 2018” Sponsors Thanks to Manning for sponsoring this episode; don’t forget to grab some of their content at 40% off using the code podnewrust18! Thanks to Parity for sponsoring the show again. Go check out their Rust jobs! Patreon Sponsors Adam Green Aleksey Pirogo...

e027: Trust Me; I Promise!

December 01, 2018 04:46 - 21 minutes - 19.7 MB

An intro to unsafe Rust and Rust’s idea of safety. Show Notes Errata A quick correction: on the show I said that a trait needed to be unsafe when it had an unsafe fn method. This isn’t correct: safe traits can have unsafe methods, and unsafe traits can exist without any methods at all (as implied by my reference to Send and Sync). You can see this in practice in the following example, which compiles just fine! trait ASafeTrait { unsafe fn unsafe_method() {} } unsafe AnUnsafeTrait {}...

News: Rust 1.29 and 1.30

November 16, 2018 14:10 - 17 minutes - 16.1 MB

Procedural macros, better paths, and the Rust 2018 beta! Show Notes Rust 1.29: blog post release notes Rust 1.30: blog post release notes RFC: path clarity Sponsors Thanks to Parity for sponsoring the show again. Go check out their Rust jobs! Patreon Sponsors Adam Green Aleksey Pirogov Alexander Payne Alexander Kryvomaz Andrew Thompson Anthony Deschamps Anthony Scotti Behnam Esfahbod Benjamin Wasty Brandon ‘Spanky’ Mills Brian Casiello Brian Manning Bryan Stitt Bryce...

Bonus 12: Translating Between Languages

October 24, 2018 03:30 - 15 minutes - 14.5 MB

Musings inspired by a project translating TypeScript to Rust Sponsors Thanks to Manning for sponsoring the show and giving all of you a 40%-off discount on their whole store (but especially Carol Nichols’ and Jake Goulding’s Rust in Motion video content and the Rust in Action MEAP!) at deals.manning.com/new-rustacean Patreon Sponsors Aaron Turon Adam Green Aleksey Pirogov Alexander Payne Alexander Kryvomaz Andrew Thompson Anthony Deschamps Anthony Scotti Behnam Esfahbod Benjamin...

Bonus 11: Burnout

September 23, 2018 03:21 - 27 minutes - 24.9 MB

What burnout is, the many ways it can happen to us, and what we can do about it. Show Notes My blog posts on burnout (and the RSS feed) Mayo clinic guidelines Sponsors Aaron Turon Alexander Payne Anthony Deschamps Anthony Scotti Antonin Carette Aleksey Pirogov Andreas Fischer Andrew Thompson Austin LeSure Behnam Esfahbod Benjamin Wasty Brent Vatne Brian Casiello Brian Manning Chap Lovejoy Charlie Egan Chris Jones Chris Palmer Damien Stanton Dan Abrams Daniel Bross D...

News: Rust 1.28

August 16, 2018 23:00

Stable `#[global_allocator]`, more Rust 2018 Edition schedule news, video learning resources, and a static site generator! Show Notes Rust 1.28: blog post release notes wee_alloc: repository blog post rustfmt RC Nick Cameron’s LinuxConfAu 2018 tutorial Gutenberg Sponsors Aaron Turon Alexander Payne Anthony Deschamps Anthony Scotti Antonin Carette Aleksey Pirogov Andreas Fischer Andrew Thompson Austin LeSure Behnam Esfahbod Benjamin Wasty Brent Vatne Brian Casiello Ch...

e026: Functional Programming Ideas

July 25, 2018 02:02 - 18 minutes - 17.1 MB

How Rust both borrows from FP languages and charts its own, very different course. Show Notes Sponsored by Parity Technologies! Parity is hiring Rust developers so if you’re interested, you should check out their job listings! Links Maybe Haskell “shared mutable state is the root of all evil” “code smells” Persistent Data Types/Structures rpds crate immutable.rs Sponsors Aaron Turon Alexander Kryvomaz Alexander Payne Anthony Deschamps Anthony Scotti Antonin Carette Aleksey P...

e025: Traits Deep Dive, Part III

July 05, 2018 01:27 - 20 minutes - 18.9 MB

Closure traits, `impl trait`, `dyn trait`, and object safety! Show Notes Sponsored by Parity Technologies! Parity is hiring Rust developers so if you’re interested, you should check out their job listings! Links RFC #1733: Trait Aliases RFC #255: Object Safety Ch. 17 in the Second Edition of The Rust Programming Language Huon Wilson’s post Example You can see all of the pieces of the final example described in the show here (and the module has the required definitions for Point). l...

News: Rust 1.27

June 30, 2018 19:57 - 15 minutes - 14.5 MB

Stable SIMD, `dyn trait`, `rustfix` and the alpha release of the Rust 2018 Edition Preview! Show Notes Rust 1.27: blog post release notes This Week in Rust The Rusty Spike Hello Rust Sponsors Aaron Turon Alexander Payne Anthony Deschamps Anthony Scotti Antonin Carette Aleksey Pirogov Andreas Fischer Andrew Thompson Austin LeSure Behnam Esfahbod Benjamin Wasty Brent Vatne Brian Casiello Chap Lovejoy Charlie Egan Chris Jones Chris Palmer Coleman McFarland Damien Stan...

e024: Traits Deep Dive, Part II

June 20, 2018 02:01 - 20 minutes - 18.9 MB

Operators as sugar for traits, traits as generic constraints, monomorphization, and universal and existential types. Show Notes on monomorphization, see also Sean Griffin’s RustConf 2017 talk zero-cost abstractions Sponsors Aaron Turon Alexander Payne Anthony Deschamps Anthony Scotti Antonin Carette Aleksey Pirogov Andreas Fischer Andrew Thompson Austin LeSure Behnam Esfahbod Benjamin Wasty Brent Vatne Brian Casiello Chap Lovejoy Charlie Egan Chris Jones Chris Palmer Co...

CYSK: The wasm tools

June 01, 2018 03:53 - 15 minutes - 14.5 MB

wasm intro, wasm-bindgen, and wasm-pack Show Notes WebAssembly asm.js wasm-bindgen wasm-pack Rust wasm working group GitHub org Twitter This week in Rust and WebAssembly Sponsors Aaron Turon Alexander Payne Anthony Deschamps Anthony Scotti Aleksey Pirogov Andreas Fischer Andrew Thompson Austin LeSure Behnam Esfahbod Benjamin Wasty Brent Vatne Chap Lovejoy Charlie Egan Chris Jones Chris Palmer Coleman McFarland Dan Abrams Daniel Collin Daniel P. Clark David W. Al...

News: Rust 1.26

May 15, 2018 02:45 - 17 minutes - 16 MB

impl trait, match on references, Results from main, and more. A good way to mark three years since Rust 1.0! Show Notes Rust 1.26: blog post release notes RFC #2115 The Rusty Spike webassembly.studio burntsushi’s now-1.0 crates: regex csv docopt Search crates VS Code plugin Sponsors Aaron Turon adsertoris Alexander Payne Anthony Deschamps Anthony Scotti Antonin Carette Aleksey Pirogov Andreas Fischer Andrew Thompson Austin LeSure Behnam Esfahbod Benjamin Wasty Brent...

e023: Traits Deep Dive, Part I

April 28, 2018 21:33 - 20 minutes - 18.9 MB

Defining and using your own traits, using other crates' traits, and the orphan rule. Show Notes Traits— in the Rust book in Rust by Example Also of interest: specialization: RFC #1210 recent blog posts: “Maximally minimal specialization: always applicable impls” “Sound and ergonomic specialization for Rust” Sponsors Aaron Turon Alexander Payne Anthony Deschamps Anthony Scotti Antonin Carette Aleksey Pirogov Andreas Fischer Andrew Thompson Austin LeSure Behnam Esfahbod Be...

News: Rust 1.25

March 31, 2018 20:34 - 14 minutes - 13 MB

Paths and matches and SIMD, cargo new changes, and tons of community-driven learning materials! Show Notes Rust 1.25.0 blog post RFC #1358 – #[repr(align)] RFC #2325 – SIMD stabilization RustConf CFP Hello Rust “Functional and Concurrent Programming in Rust” Sponsors Aaron Turon Alexander Payne Anthony Deschamps Anthony Scotti Antonin Carette Aleksey Pirogov Andreas Fischer Andrew Thompson Austin LeSure Behnam Esfahbod Benjamin Wasty Brent Vatne Brian Casiello Chap Love...

Bonus 10: “Becoming a Contributor”

March 17, 2018 19:15 - 31 minutes - 28.4 MB

My Rust Belt Rust 2017 talk! Show Notes slides video script on my website Sponsors Aaron Turon Alexander Payne Anthony Deschamps Anthony Scotti Aleksey Pirogov Andreas Fischer Andrew Thompson Austin LeSure Behnam Esfahbod Benjamin Wasty Brent Vatne Chap Lovejoy Charlie Egan Chris Jones Chris Palmer Coleman McFarland Dan Abrams Daniel Collin Daniel P. Clark David W. Allen David Hewson Derek Morr Eugene Bulkin [Hans Fjällemark] Henri Sivonen Ian Jones Jakub “Lim...

News: Rust 1.24

March 02, 2018 03:37 - 18 minutes - 16.9 MB

Performance wins, incremental compilation, and the Rust 2018 Roadmap and Epoch. Show Notes Rust 1.24.0 blog post Rust 1.24.1 blog post Rust 2018 Roadmap RFC Rust Epochs RFC Sponsors Aaron Turon Alexander Payne Anthony Deschamps Anthony Scotti Aleksey Pirogov Andreas Fischer Andrew Thompson Austin LeSure Behnam Esfahbod Benjamin Wasty Brent Vatne Chap Lovejoy Charlie Egan Chris Jones Chris Palmer Coleman McFarland Dan Abrams Daniel Collin Daniel P. Clark David W. All...

CYSK: Serde

February 10, 2018 22:24 - 12 minutes - 11.5 MB

The library for serialization and deserialization in Rust. Show Notes Serde custom derive serde_json its JSON parsing its JSON writer Sponsors Aaron Turon Alexander Payne Anthony Deschamps Anthony Scotti Aleksey Pirogov Andreas Fischer Andrew Thompson Austin LeSure Behnam Esfahbod Benjamin Wasty Brent Vatne Chap Lovejoy Charlie Egan Chris Jones Chris Palmer Coleman McFarland Dan Abrams Daniel Collin Daniel P. Clark David W. Allen David Hewson Derek Morr Eugene B...

e023: Send and Sync

February 01, 2018 03:45 - 20 minutes - 18.9 MB

The “marker traits” that Rust uses for safe concurrency. Sponsors Aaron Turon Alexander Payne Anthony Deschamps Anthony Scotti Aleksey Pirogov Andreas Fischer Andrew Thompson Austin LeSure Behnam Esfahbod Benjamin Wasty Brent Vatne Chap Lovejoy Charlie Egan Chris Jones Chris Palmer Coleman McFarland Dan Abrams Daniel Collin Daniel P. Clark David W. Allen David Hewson Derek Morr Eugene Bulkin Guido Hoermann [Hans Fjällemark] Hendrik Sollich Henri Sivonen Ian Jones...

Interview – Diesel 1.0, with Sean Griffin – Part 2

January 21, 2018 23:25 - 31 minutes - 28.4 MB

Getting Diesel to 1.0, writing docs and exposing problems with the API, improving Diesel in the future, and thinking about API design for open source libraries in general. Show notes Macros 2.0 The Bike Shed episodes on Diesel 0.99 and 1.0 126: Speaking of Compilers… - where Sean talked about some of the same changes mentioned on the show here. 135: A Series of Unfortunate Examples - where Sean talks a bit more about his adventures writing docs for Diesel 1.0 (and the corresponding feat...

Interview – Diesel 1.0, with Sean Griffin – Part 1

January 13, 2018 19:50 - 31 minutes - 29.3 MB

Growing Diesel's community, self-imposed technical challenges, and some of the ways Diesel has contributed to the Rust ecosystem. Show notes Sean’s previous appearance on the show Chat app options: IRC Slack Gitter The Diesel Gitter room Discord SQL back ends PostgreSQL SQLite MySQL endianness byteorder crate object safety trait object Sean’s RustConf talk monomorphization Custom derive and procedural macros Sponsors Aaron Turon Alexander Payne Anthony Deschamps Antho...

News: Rust 1.23

January 06, 2018 04:30 - 16 minutes - 15.5 MB

Show notes Rust 1.23 1.23 release notes rustdoc tracking issue rustdoc blog post not copying function arguments the first news episode the impl period impl period announcement final newsletter Diesel ORM Firefox Quantum “Fearless Concurrency in Firefox Quantum” e015: Not dumb pointers. WebAssembly classic asteroids game a password generator Yew JSX stdweb Glimmer VM spike “Rust and the Case for WebAssembly in 2018” “New Year’s Rust: A Call for Community Blogposts” my o...

Increasing Rust's Reach: Matt Gathu

December 30, 2017 23:00 - 21 minutes - 19.5 MB

Matt’s experience porting wget to Rust. Show Notes Rosetta Code wget Matt’s Rust implementation Matt’s blog posts Writing a Command Line Tool in Rust Testing a Rust Command Line Tool Rust Nairobi Meetup @RustNairobi Sponsors Aaron Turon Alexander Payne Anthony Deschamps Anthony Scotti Aleksey Pirogov Andreas Fischer Andrew Thompson Austin LeSure Behnam Esfahbod Benjamin Wasty Brent Vatne Chap Lovejoy Charlie Egan Chris Jones Chris Palmer Coleman McFarland Dan Abra...

Increasing Rust's Reach: Lee Baillie

December 26, 2017 20:35 - 24 minutes - 22.1 MB

Lee’s experience designing a new website for Rust. Show Notes Increasing Rust’s Reach Ember Rails Talks at RustConf (as Liz Baillie) at RustFest Kyiv (as Liz Baillie) comparing Rust and Ruby at a meetup Sinatra Helix the Slackbot framework Sponsors Aaron Turon Alexander Payne Anthony Deschamps Anthony Scotti Aleksey Pirogov Andreas Fischer Andrew Thompson Austin LeSure Behnam Esfahbod Benjamin Wasty Brent Vatne Chap Lovejoy Charlie Egan Chris Jones Chris Palmer Co...

Increasing Rust's Reach: Anna Liao

December 21, 2017 05:00 - 29 minutes - 27 MB

Anna's experience learning Rust while porting a Raspberry Pi Python project as part of the Increasing Rust’s Reach 2017 program. Show Notes Increasing Rust’s Reach Go This Week In Rust PyCon Raspberry Pi Sense HAT PyCascades Andrew Gallant (burntsushi) ripgrep RustBridge exercism.io the other Sense HAT Rust conversion Sponsors Aaron Turon Alexander Payne Anthony Deschamps Anthony Scotti Aleksey Pirogov Andreas Fischer Andrew Thompson Austin LeSure Behnam Esfahbod Benj...

RBR 2017: Katie Nolan

December 15, 2017 14:46 - 5 minutes - 4.93 MB

A micro-interview recorded at Rust Belt Rust 2017, in Columbus, Ohio, October 27–28.

RBR 2017: Ben Beckwith

December 15, 2017 01:26 - 5 minutes - 5.26 MB

A micro-interview recorded at Rust Belt Rust 2017, in Columbus, Ohio, October 27–28.

RBR 2017: Andrew Hobden

December 13, 2017 23:20 - 6 minutes - 5.52 MB

A micro-interview recorded at Rust Belt Rust 2017, in Columbus, Ohio, October 27–28.

RBR 2017: Parry Wilcox

December 12, 2017 14:05 - 6 minutes - 5.98 MB

A micro-interview recorded at Rust Belt Rust 2017, in Columbus, Ohio, October 27–28.

RBR 2017: Matthias Endler

December 12, 2017 00:50 - 6 minutes - 5.98 MB

A micro-interview recorded at Rust Belt Rust 2017, in Columbus, Ohio, October 27–28.

RBR 2017: Ben Striegel

December 10, 2017 15:15 - 6 minutes - 5.67 MB

A micro-interview recorded at Rust Belt Rust 2017, in Columbus, Ohio, October 27–28.

RBR 2017: Holden Marcsisin

December 09, 2017 16:15 - 7 minutes - 6.55 MB

A micro-interview recorded at Rust Belt Rust 2017, in Columbus, Ohio, October 27–28.

RBR 2017: Esty Thomas

December 08, 2017 02:15 - 6 minutes - 5.58 MB

A micro-interview recorded at Rust Belt Rust 2017, in Columbus, Ohio, October 27–28.

RBR 2017: Thomas Gideon

December 06, 2017 23:30 - 5 minutes - 5.14 MB

A micro-interview recorded at Rust Belt Rust 2017, in Columbus, Ohio, October 27–28.

RBR 2017: Tom Kriezkowski

November 26, 2017 23:14 - 5 minutes - 4.6 MB

A micro-interview recorded at Rust Belt Rust 2017, in Columbus, Ohio, October 27–28.

News: Rust 1.21 and 1.22

November 24, 2017 20:47 - 15 minutes - 14.6 MB

Quality of life improvements, Failure, wasm, and rustdoc fun. Links and Notes Rust 1.21 blog post “When Will the RLS be Released?” Rust 1.22 Rusty Spike Rust Fest Rust Belt Rust YouTube channel my talk: script and slides the Failure crate prior art: error-chain wasm support in Rust itself external Markdown files for docs the RFC the implementation Sponsors Aaron Turon Alexander Payne Anthony Deschamps Anthony Scotti Anton Van Moere Aleksey Pirogov Andreas Fischer And...

RBR 2017: Jess Saxeter

November 19, 2017 20:00 - 5 minutes - 4.87 MB

A micro-interview recorded at Rust Belt Rust 2017, in Columbus, Ohio, October 27–28.

RBR 2017: Pete Lyons

November 18, 2017 20:55 - 4 minutes - 4.74 MB

A micro-interview recorded at Rust Belt Rust 2017, in Columbus, Ohio, October 27–28.

Guests

Sean Griffin
4 Episodes

Twitter Mentions

@chriskrycho 87 Episodes
@newrustacean 87 Episodes
@derekmorr 79 Episodes
@daniel_collin 66 Episodes
@maxjacobson 53 Episodes
@patrickod 50 Episodes
@sebasmagri 43 Episodes
@gaveen 17 Episodes
@malnormalulo 10 Episodes
@jwbowen 10 Episodes
@jaredthecoder 2 Episodes
@softprops 1 Episode
@hansapla 1 Episode
@jdub 1 Episode
@rustwasm 1 Episode
@joestump 1 Episode
@rustnairobi 1 Episode