brokenco.de/_posts/2021-06-13-first-pr-with-ru...

19 lines
1.1 KiB
Markdown

---
layout: post
title: "Creating your first Rust pull request for delta-rs"
tags:
- deltalake
- rust
---
Last week as part Delta Hack 2021 I hosted a live coding stream to introduce
new-comers to Rust or [delta-rs](https://github.com/delta-io/delta-rs) to both
Rust and contributing to the project. I have been enjoying writing code live on [Twitch](https://twitch.tv/agentdero) which is typically more akin to [pairing with the fourth wall](/2012/08/28/pairing-with-the-fourth-wall.html). This session was different in that I was intentionally start at a more foundational level: getting started with Rust itself.
I don't know whether or not I hit the mark, but it was a fun stream nonetheless, the recording of which you can watch below:
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/uV9zlR80n-Q" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
You may also wish to subscribe to the [Delta Lake project YouTube channel](https://www.youtube.com/c/deltalake) for more Delta Lake content in the future! :)