ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

593 results

timClicks
Rust's lifetimes made easy

Let's figure out Rust's lifetime concept. We'll walk through a small Rust program that uses references and see what Rust means ...

6:39
Rust's lifetimes made easy

21,205 views

2 years ago

timClicks
Fil-C is a better Rust

Is Fil-C the solution to C/C++ memory safety and does it replace the need for Rust? Fil-C, a fork of the Clang compiler, is gaining ...

7:53
Fil-C is a better Rust

4,817 views

1 month ago

timClicks
T to &'static T

Learn how to create references with the 'static lifetime, even from values that start as local variables. Rust resources: - Tim's ...

9:08
T to &'static T

4,982 views

2 years ago

uint
Rust's borrow rules: but why, really?

This video explains why borrow rules exist in the Rust programming language, as in why mutable and immutable references ...

6:20
Rust's borrow rules: but why, really?

1,023 views

2 years ago

timClicks
Teach yourself how to write idiomatic Rust code

Almost everyone comes to Rust with prior programming experience. That can make the experience feel somewhat alien.

9:55
Teach yourself how to write idiomatic Rust code

6,932 views

2 years ago

timClicks
How to get started with Nix as a Rust developer

Using Nix to build a Rust crate is easier than you think. This video shows you some of tools that have been written to help get you ...

4:12
How to get started with Nix as a Rust developer

6,958 views

2 years ago

willowFFMPEG
I Wrote My Own Virtual Machine in Rust

In this video I show off my favourite personal project, which is a virtual machine based on an instruction set architecture of my own ...

14:31
I Wrote My Own Virtual Machine in Rust

1,024 views

6 years ago

timClicks
What is the difference between String and &str in Rust?

This video explains the difference between Rust's two main text types: String and &str. This distinction is one of the most confusing ...

13:27
What is the difference between String and &str in Rust?

1,773 views

4 years ago

Dario
Call a Rust Function from Python Like A Boss with Maturin

Use the performance advantage of #rustlang in Python by writing Python modules using Rust!!! You can build python libraries ...

4:37
Call a Rust Function from Python Like A Boss with Maturin

3,243 views

3 years ago

codingjerk
I Made My Code 16000× Faster (Python & Rust)

Performance optimization case study on LeetCode 52 "N-Queens". In the video I'll show path of optimization already decent ...

18:33
I Made My Code 16000× Faster (Python & Rust)

51,905 views

8 months ago

Mii beta
Recordbox ..like Rhythmbox but in Rust!

Recordbox is a new music player in Rust/GTK4 leaning towards large local music collections; on video is Recordbox 0.8.1 on ...

7:18
Recordbox ..like Rhythmbox but in Rust!

4,248 views

1 year ago

Lavafroth
Laziness, Rust errors and the secret to being a 10x engineer

In this video, we talk about how we can use the thiserror crate to build our custom errors in Rust with relative ease. Using this ...

8:51
Laziness, Rust errors and the secret to being a 10x engineer

3,486 views

1 year ago

Lavafroth
Rust: why that funky error type?

Further reading: https://www.cs.brandeis.edu/~cs146a/rust/doc-02-21-2015/book/static-and-dynamic-dispatch.html Credits: Rust ...

5:45
Rust: why that funky error type?

3,767 views

1 year ago

timClicks
Dozens of creative coding projects to try using Rust, Nannou and egui

A tour of the rusty_art repository by Enes Altun (altunenes), who watched my Pixelate Images tutorial from a few weeks ago.

5:39
Dozens of creative coding projects to try using Rust, Nannou and egui

5,149 views

2 years ago

Dodgy Coding
Async/await server pt.1 - accepting TCP connections

A gentle exploration of building an identd for Linux using async/await, tokio 0.2 and Rust 1.39. This first part includes creating a ...

10:08
Async/await server pt.1 - accepting TCP connections

4,656 views

6 years ago

Dodgy Coding
std threads vs tokio Runtime

In Rust code, two ways to run concurrent tasks are spawning threads using the standard library, and using the tokio crate for async ...

5:34
std threads vs tokio Runtime

19,479 views

6 years ago

AlphaNTv
TUTORIAL PIXEL GAP RUST (META)

Tutorial de pixel gap fundation da like! Redes: Lives na roxinha cola la - https://www.twitch.tv/alphantv Discord ...

5:22
TUTORIAL PIXEL GAP RUST (META)

304 views

2 years ago

Blockchain Bernie
I used Rust for a mission-critical app. Here's what happened.

Hey, I'm Blockchain Bernie. Check out Xandeum, the storage layer for smart contracts founded by me. ⇰ https://xandeum.com ...

15:10
I used Rust for a mission-critical app. Here's what happened.

198 views

3 years ago

timClicks
Render the Julia set in 3 dozen lines of Rust code

Fractals are fun to explore. But they're also extremely addictive, so be warned! Here's a worked example of rendering an image of ...

18:01
Render the Julia set in 3 dozen lines of Rust code

3,192 views

2 years ago

Blockchain Bernie
The Rust language is popular in crypto. But why tho?

Hey, I'm Blockchain Bernie. Check out Xandeum, the storage layer for smart contracts founded by me. ⇰ https://xandeum.com ...

13:46
The Rust language is popular in crypto. But why tho?

7,552 views

Streamed 3 years ago