Learn Rust Programming - Complete Course 🦀

  Рет қаралды 749,516

freeCodeCamp.org

freeCodeCamp.org

Күн бұрын

In this comprehensive Rust course for beginners, you will learn about the core concepts of the language and underlying mechanisms in theory.
✏️ Course developed by ‪@zubiarfan‬
🔗 Rust by Practice: practice.rs/
🔗 Code: github.com/3rf...
⭐️ Contents ⭐️
00:00:00 Introduction & Learning Resources
00:06:19 Variables
00:27:07 Numbers & Binary System
01:09:51 Chars, Bools & Unit Types
01:17:55 Statements & Expressions
01:24:50 Functions
01:32:53 Ownership
02:24:06 Borrowing
02:47:45 String vs. &str
03:17:59 Slices
03:31:35 Tuples
03:40:04 Structs
04:02:52 Enums
04:13:46 The "Option" Enum
04:21:32 Flow Control
04:44:43 Pattern Match
05:16:42 Methods & Associated Functions
05:31:50 Generics
06:06:32 Traits
06:47:15 Trait Objects
07:09:51 Associated Types
07:39:31 String
07:59:52 Vectors
08:29:00 HashMaps
08:52:45 Type Coercion
09:04:54 From & Into
09:36:03 panic!
09:44:56 Result
10:28:23 Cargo, Crates & Modules
11:08:28 Debug & Display
11:30:13 Lifetimes
12:14:46 Lifetime Elision
12:38:53 Closures
13:30:08 Iterators
Correction:
12:53:20 Because of the `move` keyword the closure actually takes ownership of the `movable` variable, not an immutable reference. The reason we can call the closure twice is because the `movable` variable INSIDE the closure is the owner of the data. Meaning we can call the closure any number of times.
🎉 Thanks to our Champion and Sponsor supporters:
👾 davthecoder
👾 jedi-or-sith
👾 南宮千影
👾 Agustín Kussrow
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Justin Hual
👾 Otis Morgan
--
Learn to code for free and get a developer job: www.freecodeca...
Read hundreds of articles on programming: freecodecamp.o...

Пікірлер: 559
@zubiarfan
@zubiarfan Жыл бұрын
Thank you so much for giving me the opportunity to teach Rust 🦀 on your awesome channel. Creating this course was a lot of fun and I hope it is useful. I have to make one correction which is very important: At 12:53:20 (Closures) because of the `move` keyword the closure actually takes ownership of the `movable` variable, not an immutable reference. The reason we can call the closure twice is because the `movable` variable INSIDE the closure is the owner of the data. Meaning we can call the closure any number of times. Sorry for this mistake. Again thanks a lot and have fun!
@jaroslavhuss7813
@jaroslavhuss7813 Жыл бұрын
Man, thank you a lot for your hard a free work! Incredible!
@mahbleh404
@mahbleh404 Жыл бұрын
Thanks man. We all appreciate it and needed it ❤️
@chelsHQ
@chelsHQ Жыл бұрын
Thanks man. You are a blessing.
@fares_alashkar
@fares_alashkar Жыл бұрын
Thank you for the course!!! I'm wondering what keyboard do you use xD
@hsabatino
@hsabatino Жыл бұрын
Thank you, Arfan, I just beginning but I learning a lot with the course and your explanations
@TroubleChute
@TroubleChute 8 ай бұрын
I love how a lot of this video was "Don't modify this code"... Then they modify the code anyway. Kidding. This was fantastic. I am 2 hours in, have a sore hand from notes... But we move! 3:00:00 - Sad to see the Byte string and utf8_slice skipped. Will have to look into these. 3:10:27 - Missing "Array" timestamp.
@najlepszyinformatyk1661
@najlepszyinformatyk1661 Жыл бұрын
wow, i'm incredulous a few days ago i have started learning rust and then this tutorial comes in handy
@heinsein
@heinsein Жыл бұрын
Just finished watching this. Really amazing tutorial. Got me to understand concepts I have heard about for years but not really understood so that was very satisfying. Struggled a bit with understanding generics. But other than that - A++! Thanks for this.
@SachinSwanky
@SachinSwanky Жыл бұрын
Can i get your contact
@heinsein
@heinsein Жыл бұрын
@@SachinSwanky what do you mean?
@SachinSwanky
@SachinSwanky Жыл бұрын
@@heinseinhe asking for social profile
@SachinSwanky
@SachinSwanky Жыл бұрын
@@heinseinafter course what u learning?😊
@heinsein
@heinsein Жыл бұрын
@@SachinSwanky Game development:)
@StemLG
@StemLG Жыл бұрын
yyesss, i've been waiting for you to publish an updated rust tutorial for while. lots of vids on youtube but i trust that you choose the best instructors. learnt so much from your videos. thank you
@yomanthunder
@yomanthunder Ай бұрын
At last i have i have completed the course , lifetime elison , closures, traits might get on your nerves so take my fellow rust enthusiasts This course is highly rewarding you understand tough concepts in very efficient and a easy manner Make sure you give enough breaks and complete the course. All the best guys 😊😊❤❤
@aviral.rabbit
@aviral.rabbit 5 ай бұрын
rust is one of the best languages i've worked with
@danielceballos9617
@danielceballos9617 Жыл бұрын
Thanks a lot for your time and for sharing your knowledge. This course was an amazing introduction to the language. 🦀 ❤
@sergiuferentz9125
@sergiuferentz9125 3 ай бұрын
Thanks for the walkthrough! 3 hours in and I'm enjoying it! Just an observation: @2:58:00 - You don't need to make 's' in Ex. 5 'mut' since .replace() returns a new String instead of modifying s (which is why we can assign to s1).
@PetersGuitarStudio
@PetersGuitarStudio 2 ай бұрын
Just finished the whole course! I must say this course was excellent and I truly recommend it! Everything is so nice and clear and actually Arfan's way of teaching helped me to better understand some of C/C++ features also! Like vtables. Guess am a Rustacean now 🦀
@0xapurv
@0xapurv Жыл бұрын
Jessus Teching us Rust!
@PekaPeka-ss7xo
@PekaPeka-ss7xo 27 күн бұрын
Just finished this, I chose Rust as my second programming language, and this video helped me understand so much. Thanks a lot!
@mgc235
@mgc235 Жыл бұрын
Was learning using the Rust book, found it extra challenging wrapping my head around certain concepts, considering the fact that I've learned almost all my programming skills using freeCodeCamp materials, I'm very happy this has just been uploaded, I know this will be very resourceful. Thank you.
@abd1428
@abd1428 Жыл бұрын
why you learn rust what can u do with it that is better then other languages
@peantter
@peantter Жыл бұрын
@@abd1428 you can make anything with it like c and c++ but safer for memory
@mgc235
@mgc235 Жыл бұрын
@@abd1428 memory management and automatic garbage collection
@abd1428
@abd1428 Жыл бұрын
@@peantter thank you
@abd1428
@abd1428 Жыл бұрын
@@mgc235 thank you , one more question for you all , is it in demand for some jobs or not ? I have like 70 day free time to do anything I want what do you advice me. again thank you all
@TheMapleSight
@TheMapleSight Жыл бұрын
That's why I love 21 century
@eliteomar3538
@eliteomar3538 Жыл бұрын
Have you lived in other centuries
@trappedcat3615
@trappedcat3615 Жыл бұрын
@@eliteomar3538 Here's how to live in other centuries. Pretend you have almost nothing you have today, except the bread and milk.
@emmanuel8310
@emmanuel8310 Жыл бұрын
@@trappedcat3615 Wrong.
@Miles-co5xm
@Miles-co5xm Жыл бұрын
​@@trappedcat3615 pretend you have everything except electricity
@Miles-co5xm
@Miles-co5xm Жыл бұрын
​@@bobanmilisavljevic7857 fewcha will be gay
@InMemoryOfNeo
@InMemoryOfNeo Жыл бұрын
This is exactly what I'm looking for, Please create a new video for advanced concepts of rust, smart contract development with solana, embedded device programming etc. Thanks.
@gideonokorie591
@gideonokorie591 5 ай бұрын
That'll be really great
@jubinsoni4694
@jubinsoni4694 Жыл бұрын
You are a Great Teacher , Thanks Arfan
@fenilli
@fenilli Ай бұрын
This video is quite useful even for someone that does not use Rust or won't use rust, specially when talking about memory allocation and the binary system, the video made it easy to understand.
@hectorluiscontrerasdigirol7540
@hectorluiscontrerasdigirol7540 10 күн бұрын
i have a 1 year thing to start in Rust; only entry here for curiosity!!! y stop in the first 5 hours because need sleep and go to my work; tomorrow continue... ..you Rock!!
@ucnguyenhuu784
@ucnguyenhuu784 3 ай бұрын
This video course is very high quality, I watched the entire 14-hour video and learned a lot. Thank you very much
@defikanth
@defikanth Жыл бұрын
thanks @zubiarfan for a comprehensive and excellent rust program. looking forward to dive deep to rust
@karolisr
@karolisr 2 ай бұрын
Just want to say thank you for speaking at a relatively slow pace. It was easy to speed up the portions of this in YT. I usually hate needing to slow videos down as that sounds horrible, speeding this up at 1.25 if need be still sounds natural.
@TJ-hs1qm
@TJ-hs1qm 10 ай бұрын
10:25 the += notation is from way back from 1965 and was inspired by the arch of the PDP-8 / PDP-11 CPU It is still in use today. Amazing
@Coder_DhruvArora
@Coder_DhruvArora 7 ай бұрын
Whole story?
@BlackistedGod
@BlackistedGod Жыл бұрын
I just want to say thank you so much for the great Rust course good Sir! I've came from PHP and Javascript and I've been playing with Rust for awhile and I can't even type a single line of code without the compiler screaming at my face how stupid I am 🤣🤣!! I've been reading the Rust book but I'm getting a hard time absorbing the details. this really helps a lot and make things clear specially on basic stuff like question mark, unwrap, Result, Option, reference and a lot of other things even complex one. Again, Thank you so much good sir!
@kylehinks6620
@kylehinks6620 Жыл бұрын
I am also from PHP and JS and very new to Rust. How was the learning curve for you?
@thisisreallyme3130
@thisisreallyme3130 9 ай бұрын
It definitely helps if Rust _isn't_ your first programming language. Only when you have a solid foundation, can you truly appreciate that the compiler isn't yelling at you it's actually warning you about potential future bugs (and saving you from 4AM Pagerduty calls). (And I'm not "there" yet with Rust, after months of on and off again study)
@sptc37xing96
@sptc37xing96 2 ай бұрын
God learn from god. Ok 🙂
@viveksawant8401
@viveksawant8401 Ай бұрын
Just completed! One of the best instructor!
@dolamuoludare4383
@dolamuoludare4383 Жыл бұрын
Absolutely worth every second
@gauntleteer
@gauntleteer Жыл бұрын
Thank you for taking the time to make this for learners! I watched all 14 hours!
@chukwudinweze191
@chukwudinweze191 Жыл бұрын
thank you for this video. i have been learning through the official book for the past 1 month. hopefully this video is going to drive home so of the cocepts I've been finding diffcult to wrap my heads around.
@ishakuishaku6711
@ishakuishaku6711 5 ай бұрын
did it?
@S1625-u1r
@S1625-u1r Жыл бұрын
Thank you! I was waiting for this tutorial
@yensteel
@yensteel Жыл бұрын
Yay! Let's go!! Thank you so much for the video
@vinodhemanthv
@vinodhemanthv Жыл бұрын
Finally I can learn Rust for free ☺️. Have been going through the rust lang book, but I like this practical way of learning, makes more sense. This is by far the best rust study material I have seen, concise and to the point explanations with examples.
@vinodhemanthv
@vinodhemanthv Жыл бұрын
Successfully completed the course, now I need to practice a ton in order to get used to the language. Concepts that he explains becomes crystal clear when he shows examples.
@ilikegeorgiabutiveonlybeen6705
@ilikegeorgiabutiveonlybeen6705 Жыл бұрын
how is it going
@earlbjorn
@earlbjorn Жыл бұрын
@@ilikegeorgiabutiveonlybeen6705 not bad and you?
@ilikegeorgiabutiveonlybeen6705
@ilikegeorgiabutiveonlybeen6705 Жыл бұрын
@@earlbjorn cool! im doing this too slowly but surely
@earlbjorn
@earlbjorn Жыл бұрын
@@ilikegeorgiabutiveonlybeen6705 Do you know C++. I like C++ more than rust.
@luchos85
@luchos85 3 ай бұрын
Hello , Thank you for making this tutorial, at minute 2:59:27 on exercise 5, the .replace() method creates a copy of s variable, it not needs to mutate "s "variable, that's why you don't necessarely need to use te "mut" keyword in s variable and it will work fine. Cheers!
@alamba78
@alamba78 8 ай бұрын
@zubiarfan, Thank you for this amazing course. I'm only 1.5 hours into it, but it has already reinforced some concepts for me. I can't wait to go through the entire course (13+ hours!!), especially the move semantics and the borrow checker. Great job and I hope you keep posting more content for Rustaceans!!!
@dabunnisher29
@dabunnisher29 7 ай бұрын
I think you did a great job Arfan. Thank you for all your efforts in this course.
@sauliussirvydas6713
@sauliussirvydas6713 Ай бұрын
Jesus itself teaching Rust programming language, what could be more legit than that?
@dbardhan
@dbardhan 2 ай бұрын
Thanks
@Originalimoc
@Originalimoc Жыл бұрын
We need a chapter split. Some of us know some to a lot, this still can be a good reference later.
@Arctic_Narwhal
@Arctic_Narwhal Жыл бұрын
Fyi there are chapter in the description :3
@mr.boomguy
@mr.boomguy 8 ай бұрын
Right. I've wanted to learn coding for a few years now. Just getting started is a cause for a little celebration for me.
@CarlZhang-z6w
@CarlZhang-z6w Жыл бұрын
my man you are the real hero, thx for this video!
@yugsolanki4766
@yugsolanki4766 Жыл бұрын
Thank you so much guys, this will be really helpful as i was just planning to learn rust.
@Aidin0513
@Aidin0513 11 ай бұрын
Man you are awesome, thank you for this course!
@arnabmukherjee5840
@arnabmukherjee5840 8 ай бұрын
Amazing starting point. Appreciate for this course.
@KyleGilbert-CNY
@KyleGilbert-CNY 9 ай бұрын
Thank you for this video. Your explanation of binary numbers and bitwise operators was very helpful information that's not covered in the Rust Book. I appreciate your explanations of the Rust by Practice exercises when I'm having trouble solving one. I have a correction to your solution for #5 in Compound Types 6.1 string. At 2:59:30 you add mut and say s needs to be mutable. It does not, because the new value is assigned to a new variable s1. If you change "let s1 =" to "s =" then you do need to add mut where s is initialized.
@BaHbKuHKaHaJl
@BaHbKuHKaHaJl 7 ай бұрын
Thank you for this course! Those exercises are unclear for newbie in rust, however with the help of this video it's all understandable Hope they will make exercises more clear though
@romeil691
@romeil691 8 ай бұрын
I actually watched the whole thing. Might shed a tear fr
@eldebztr
@eldebztr Жыл бұрын
Great Course, great instructor!
@its_finn96
@its_finn96 Жыл бұрын
Is this course approved by the Rust foundation???? All jokes aside, I’m glad this tutorial exists
@yensteel
@yensteel Жыл бұрын
Oh golly that controversy was awkward.
@Vancha112
@Vancha112 Жыл бұрын
It was approved by rust core leadership, but they later revoked the approval.. -.-
@santana2771
@santana2771 10 ай бұрын
8:12:08 big progress today learned a lot about traits, generics, vectors and strings
@nimeshthakur789
@nimeshthakur789 Жыл бұрын
Was waiting for this for a long time ..
@spydergs07
@spydergs07 4 ай бұрын
Thank you for this course!!! Can't wait to complete it!
@chaboxx159c
@chaboxx159c Жыл бұрын
Best Rust Course Amazing .Thanks guys :)
@Advik-lr3dw
@Advik-lr3dw 7 ай бұрын
Thanks a lot. Started learning RUST. Its helpful.
@JayJay-ki4mi
@JayJay-ki4mi Жыл бұрын
I too was fascinated by binary. I studied electronic engineering, and today plan to use Rust on AVR's instead of C.
@MonstrousOgre
@MonstrousOgre Жыл бұрын
I've been waiting for this. Thanks so much!
@notCMPLX
@notCMPLX 3 ай бұрын
Thanks for the video, as I'm starting right now to learn Rust programming as my first programming language. Let me see how long my progress will be to be able to learn the whole programming language!
@atrimos
@atrimos 2 ай бұрын
How's the progress? 😅
@blanky_nap
@blanky_nap 4 ай бұрын
Great tutorial. I think you have also set a Guinness record of saying „over herer“ during 14 hours
@fgrillo123
@fgrillo123 5 ай бұрын
Very nice! Thank you so much for the clear explanation of all the concepts!
@prezlamen
@prezlamen Жыл бұрын
Every video should be done like this,easy to watch when text is bigger
@imanqoly
@imanqoly 3 ай бұрын
I like the flow of this helpful video, thanks
@NoName-lu7jf
@NoName-lu7jf 10 ай бұрын
I have not watch it yet, but I am already thankeful to you for these free courses
@amitp277
@amitp277 Жыл бұрын
have been waiting for Rust freecodecamp course for last 2 years, here it is..
@md.moijeuddinmolla1328
@md.moijeuddinmolla1328 Жыл бұрын
Love you free code camp
@konstantechang2779
@konstantechang2779 5 ай бұрын
This lesson and playground are awesome
@scott_boyce
@scott_boyce 6 ай бұрын
Awesome course, thanks for doing it! I come from a Fortran and Python background, and this made it easy to transition to reading and understanding Rust.
@fadyjabbar9121
@fadyjabbar9121 Жыл бұрын
Thank you so much for all the tutorials! I have a question. Can you please do an in-depth ROS tutorial? That would be much appreciated. Thanks in advance!
@nuelyoungtech
@nuelyoungtech Жыл бұрын
Starting it today😁 coming back to this soon
@vp_arth
@vp_arth 8 ай бұрын
2:47:00 You can't use r1 and r2 at the same time - So, let's use both of them Task was in using first one to receive an error
@hamidmahmoudi5979
@hamidmahmoudi5979 Жыл бұрын
دستت درد نکنه، خیلی مفید بود😊
@mrs013
@mrs013 Жыл бұрын
Finally what I'm waiting for
@debajyatidey9468
@debajyatidey9468 Жыл бұрын
Please make an Ocaml course covering modules and higher order functions
@niktos134
@niktos134 Ай бұрын
Jesus teacheing Rust. Now I've officially seen everything
@pawandeore6989
@pawandeore6989 Жыл бұрын
Just when I decided thanks perfect timing 🎉
@xsamuelx3603
@xsamuelx3603 Жыл бұрын
I was waiting for this :D
@SavasOzturk
@SavasOzturk Жыл бұрын
I think traits are more similar to interfaces in other languages, thank you for the tutorial
@patrickchan2503
@patrickchan2503 5 ай бұрын
25mins in, enjoyable, thanks
@santana2771
@santana2771 10 ай бұрын
on 6:30:47 throughout my process of learning and using rust as my first lang :), gonna start my first project after 11.3 is covered
@mustafaabdelkarim4255
@mustafaabdelkarim4255 Жыл бұрын
thanks for the effort , although it would have been to your advantage in time-stamps were affiliated to the video
@ystepos
@ystepos 6 ай бұрын
Good morning from Brazil! Thank you very much @zubiarfan. Your explanations and examples will help me a lot to learn Rust! Keep being an excellent teacher! A great job you did here!
@Wraient
@Wraient 5 ай бұрын
BRAZIL MENTIONED !!
@alfred.clement
@alfred.clement Жыл бұрын
12:31 you should have initialized "y" variable outside the scope and assigned value inside it.
@sikendongol4208
@sikendongol4208 Жыл бұрын
noted, will watch when I have free time
@CoolCode-9
@CoolCode-9 Жыл бұрын
Your Video Is Awesome 👍 🔥🔥🔥🔥🔥🔥
@blue_berry_pie64
@blue_berry_pie64 Жыл бұрын
YOU ARE THE BEST !!!!
@diegosuarezgarcia248
@diegosuarezgarcia248 4 ай бұрын
Thanks for the course. At 53:08 I think the second option would more likely be: assert!((0.1_f64 + 0.2_f64 - 0.3_f64).abs() < f64::EPSILON);
@twilight_senpaii
@twilight_senpaii 4 ай бұрын
where r u from?
@MAURÍCIOBAINYCURI
@MAURÍCIOBAINYCURI 6 ай бұрын
Thanks! My name is Mauricio. I have a doubt in the following statement 'let mut y = 5;' In your explanation ("If We don't explicitly assign a type to a variable, then the compiler will infer on for us.") you stated that 'y' in this declaration is immutable. However, it used 'let mut y', which gives it the characteristic of mutability. It is true?
@TomNook.
@TomNook. Жыл бұрын
This is a big one!
@itzhakeretzkdosha6875
@itzhakeretzkdosha6875 Жыл бұрын
Thank you! This video desperately needs timestamps
@rainbowgo
@rainbowgo Жыл бұрын
昨天goole检索了rust的相关信息,今天KZbin就推送了这个教程。虽然确实是我需要的,视频质量也很高,还是觉得怪怪的。
@acludo1278
@acludo1278 4 ай бұрын
thanks for the course!
@riordan381
@riordan381 Ай бұрын
Get ready people this is gonna be a wild ride you are going to either come out victorious or go insane slowly
@sreejishnair5922
@sreejishnair5922 Жыл бұрын
Thank you so much for this course I cannot believe you listen to my request. I have one more request if you can provide Reverse Engineering and Malware Analysis in depth course with practice exercise. Thank you so much!
@thisisreallyme3130
@thisisreallyme3130 8 ай бұрын
If you're struggling to understand a concept, even after 2 tries: try to persist and "power through" to the next chapter. The next chapter might re-explain the concept in a way that makes sense. Eventually you will need to understand 100% of the fundamentals, however that doesn't mean you need to be stuck on the same chapter forever (until you score 100%) like it is "Groundhog Day". My Python brain did not understand everything about Rust, on the first try. And that is fine.
@mohammadnoushadsiddiqi2550
@mohammadnoushadsiddiqi2550 Жыл бұрын
I learn all book and video too. How can I start to practice it now. Is there any open source repository so I can read professional rust developer code and contribute.
@vyomtiwari2481
@vyomtiwari2481 10 ай бұрын
I think there is difference between function arguments and function parameter. You used it interchangeably :).
@PrNizar
@PrNizar 10 ай бұрын
Nobody will believe me when I'll be telling them that I've been taught the Rust programming language by Jesus. 🥺
@kid_kulafu_1727
@kid_kulafu_1727 9 ай бұрын
Brooo!! I spit my coffee!!!!!!! Thats funny!!!!! HAHAHAHA
@tusharjain9701
@tusharjain9701 9 ай бұрын
I believe your teacher's name was jesus
@MTrax
@MTrax 9 ай бұрын
By whom else? It’s a godly language
@ChisomEmilia
@ChisomEmilia 8 ай бұрын
😂😂😂😂
@ayankhanra7910
@ayankhanra7910 7 ай бұрын
😂😂😂😂
@2c7s
@2c7s 10 ай бұрын
At 2:59:26 you said we need to convert it to mut but it's not necessary because replace doesn't replace in place.
@MultiPtest
@MultiPtest Жыл бұрын
Informative and valuable video!!!! thanks guys
@bckends_
@bckends_ Жыл бұрын
Finally!
@superJerrySong
@superJerrySong Жыл бұрын
when we have a Zig programming course??
@spdlqj011
@spdlqj011 Жыл бұрын
이번에 이직하는 회사에서 러스트 쓰던데 타이밍 좋게 꿀강의 good!
@alvcav
@alvcav Жыл бұрын
Thanks for this course.
@paritoshsingh5674
@paritoshsingh5674 Жыл бұрын
must watch for the devs trying to get in solana ecosystem
Rust Functions Are Weird (But Be Glad)
19:52
Logan Smith
Рет қаралды 140 М.
C++ Tutorial for Beginners - Learn C++ in 1 Hour
1:22:56
Programming with Mosh
Рет қаралды 4,3 МЛН
бабл ти гель для душа // Eva mash
01:00
EVA mash
Рет қаралды 8 МЛН
ЛУЧШИЙ ФОКУС + секрет! #shorts
00:12
Роман Magic
Рет қаралды 34 МЛН
World’s strongest WOMAN vs regular GIRLS
00:56
A4
Рет қаралды 38 МЛН
How on Earth does ^.?$|^(..+?)\1+$ produce primes?
18:37
Stand-up Maths
Рет қаралды 390 М.
Why I Chose Rust Over Zig
33:18
ThePrimeTime
Рет қаралды 206 М.
Where is Rust being used?
11:46
Let's Get Rusty
Рет қаралды 120 М.
I spent six months rewriting everything in Rust
15:11
chris biscardi
Рет қаралды 439 М.
The Rust Survival Guide
12:34
Let's Get Rusty
Рет қаралды 160 М.
The Ultimate Tier Programming Tier List | Prime Reacts
26:57
ThePrimeTime
Рет қаралды 469 М.
Faster than Rust and C++: the PERFECT hash table
33:52
strager
Рет қаралды 605 М.
бабл ти гель для душа // Eva mash
01:00
EVA mash
Рет қаралды 8 МЛН