Categories > Coding > Rust >
What can i do by learning RUST?
Posted
what can i do with Rush coding. Like with c#, i can make applications. with python, i can do almost everything and with html, i can make websites
Cancel
Post
VenomXD; Nick = Vini
Replied
With rust you can do anything you want.
For applications you can use egui/iced
For misc stuff, the standard library already has everything you need for simple stuff.
For websites, you can use so many crates it ain't even funny anymore, the most popular ones are rocket and yew tho afaik.
Rust is a really flexible language and you can do anything because of already existing crates, if what you want to do is so incredibly niche there's not a crate for it, you can just make your own.
Cancel
Post
https://cdn.discordapp.com/attachments/1098921594249814066/1112144294007029932/WRDBanner_Alawapr_1.png
Replied
Rust is pretty much a do all language, you can run code very close to the hardware making any application written in rust very fast, you can do pretty much everything. But just because you can do everything, it doesnt mean you should, for example web development.
Cancel
Post
https://i.imgur.com/bgLiKCY.gif
Replied
many things (dry asl reply) but ill move it to the side for now
Comments
Cancel
Post
Replied
you can bypass fe
you can make a nuke
you can kill everyone
Cancel
Post
Replied
moral of the story:
rust is great for backend but its prefered you just use the traditional js frameworks or just html css js for your frontend
rust is also great for making high performance desktop web apps because of Tauri but the usage of rust in that will not be that high
you can make cool external hax with rust (i havent tried internal ones)
you can also make discord bots with rust using serenity
making games with rust currently isnt a very good idea as the game engines for rust are still not done growing and are like baby engines so its best to just not do rust for games rn
you can also make pretty fast operating systems with rust but im sure you're not going to do that
Cancel
Post
https://cdn.discordapp.com/attachments/695925843834306592/1107453044708356106/image.png
Replied
With Rust, you can do everything C and C++ can. C can do everything C++ and Rust can do. C++ can do everything C and Rust can do.
Although I personally don't like C++ or Rust, you should try it.
Personally I like C more because of it's simplicity while being able to do everything that C++ and Rust can do (speaking of what it can do during runtime).
Cancel
Post
https://ibb.co/j6KjGX5
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Comments
luxiferrwoo -5 Reputation
Commented
rust is still not a bad idea for web development, wasm is very fast and comparable with JS believe it or not, in multiple benchmarks wasm has scored better than JS. there's actually really no reason not to write your backend in rust, I personally know a friend who is writing the backend of one of the largest websites in this community in rust.
0