Cool to see another person using lunarvim. Nice vid
@ludwig8841 Жыл бұрын
Great video! Just a little tip: you don't need to run cargo build to see code errors. cargo check will do the job, but faster as it will compile the packages without doing the final code generation step.
@radimhof Жыл бұрын
Let's Get Rusty is also great Rust KZbinr.
@andrew-burgess Жыл бұрын
Awesome, will add that to the description, thanks!
@ChasingShadowsz Жыл бұрын
Also “No Boilerplate”, Code to the Moon” and “chris biscardi”
@pieterll Жыл бұрын
Hey man, just wanted to say that I think your videos are really good. You speak very clearly and calm, which a lot of content creators can't do
@LifeCodeGame Жыл бұрын
Wow, this is a great resource for learning Rust! Thanks for sharing all the helpful links and tips.
@T--T Жыл бұрын
you are pretty good at explaining things
@Cyber_Lanka Жыл бұрын
I'm glad I discovered this channel with fresh content instead of copy pasting other big channels like fireship. Keep up the good work. I wish you all the best!
@climatechangedoesntbargain9140 Жыл бұрын
Or copy pasting the Get started section on the website
@productlog5895 Жыл бұрын
Thanks for sharing the great video! Could you show the pressed keystrokes from the next video? As a vim newbie, it would be very helpful to know the shortcut.
@andrew-burgess Жыл бұрын
Glad this was helpful! Given my particular custom vim setup, I dunno how helpful that would be.
@VforVanish Жыл бұрын
Thanks for the tips! As a future video idea would be cool if you show us how to reacreate a setup like yours :)
@andrew-burgess Жыл бұрын
I did a recent video about this! kzbin.info/www/bejne/aHTUkKOoh9-Xjpo
@Shizzymynizzy Жыл бұрын
Just curious...what sort of things are you interested in building with rust?
@secfeed698710 ай бұрын
how are you managing multiple projects? it only allows two projects in the one workspace, very annoying. And if I want to create a new project, I have to start another workspace and then it creates a new repository in git. So confusing. I appreciate cargo as a package manager, but I still don't understand the documentation. Why can't I just compile the main.rs that is in my project folder, why must it be linked with every other project folder I have in the workspace?
@leonlee9518 Жыл бұрын
That's a good rust video, may i ask how to set neovim step debugging rust?
@maxklammer3370 Жыл бұрын
Awesome video! :) What is the config beyond LunarVim to get the editor to look like yours?
@andrew-burgess Жыл бұрын
It’s pretty stock, but see the details at shaky.sh/tools
@maxklammer3370 Жыл бұрын
@@andrew-burgess Cool! Thank you! 🔥 Love that this channel is focused on somewhat more advanced topics (at least from my perspective)
@nathanbanks2354 Жыл бұрын
Wonder why I didn't go through rustlings a couple months ago when I started learning Rust. It's sorta fun, and quite easy now that I've been fighting the compiler for a bit. (Note that I'd rather fight a compiler than search for a bug after a program runs.)
@Takatou__Yogiri4 ай бұрын
Real. Wish me luck since I'm coming from js background ( never learned other languages)
@jasonlantz3808 Жыл бұрын
subscribed with this one....
@sarunmrzn Жыл бұрын
keyboard noise is too loud
@andrew-burgess Жыл бұрын
Totally agree. Working on it.
@cbbcbb6803 Жыл бұрын
I found this very useful. But I don't know nvm.
@gcalvin5073 Жыл бұрын
Great! Maybe this is the best resource for Rust learners who develop ts in their daily life (At least it's suitable for me)