Victor Uzoagbavictoru.hashnode.dev·Oct 27, 2024Why Rust is Gaining Traction in Financial Services: A Deep Dive into Memory Safety and PerformanceIn recent years, Rust has emerged as a compelling alternative to C++ in financial services, particularly in areas where performance and reliability are paramount. As trading systems become increasingly complex and regulatory scrutiny intensifies, fin...Discussrust lang
Manojkumarpewbhai.hashnode.dev·Sep 30, 2024Create your first blockchain using RustRust is one of the most important programming languages in the modern programming world because it runs blazingly fast, prevents segfaults, and guarantees thread safety. It achieves memory safety without garbage collection and is known for its rich t...Discuss·99 readsRust
ajayiajayidamolaramon.hashnode.dev·Sep 17, 2024Rust Traits for Beginners: A Comprehensive GuideRust is a systems programming language known for its safety, concurrency, and performance. Rust is a fun systems programming language that has become very popular quickly because of its emphasis on concurrency, speed, and safety. Because its special ...Discuss·10 likes·26 readsRust
Sumit Mukharjeesumitmukharjii.hashnode.dev·Aug 30, 2024Getting Started With RustSo I have started to learn Rust programming language and will be sharing a series of blogs with you so that we can together have insights on it, so let's dig into this immediately. I am learning this with the help of Piyush Garg's Youtube Channel as ...Discuss·1 likeRust
Harold Lippinharoldrippin.hashnode.dev·Jul 6, 2024[Rust] Variables part 4A variable is a named storage that a program can manipulate.Simply put, variables help programs store values.Variables in Rust are associated with a specific data type.The data type determines the size and layout of the variable's memory, the range o...Discuss·53 readsRust Rust
Harold Lippinharoldrippin.hashnode.dev·Jun 24, 2024[Rust] Data Types part 3A data type system represents the different types of values supported by a language.It allows for code hints and automated documentation while validating the values provided before they are stored or manipulated by the program and verifying that the ...Discuss·32 readsRust
Harold Lippinharoldrippin.hashnode.dev·Jun 22, 2024[Rust] Rust install part 1going to the official site Disclaimer: I’m by no means a Rust expert. https://www.rust-lang.org/tools/installDiscuss·217 readslow-level programming language
Sachin Borsesachinborse.hashnode.dev·Jun 12, 2024Avoiding unwrap() in Production Code: A Guide to Writing Robust Rust ApplicationsIn the vast world of Rust programming, where safety and reliability are super important, there's a tricky function called unwrap(). It might seem like a handy tool at first, but it can actually be a bit dangerous, especially in serious situations lik...DiscussRust
Sachin Borsesachinborse.hashnode.dev·May 8, 2024Easy Guide to Creating a Web Server with Rust and Actix WebIntroduction: Rust has gained popularity in recent years for its performance, safety, and expressiveness. Actix Web, a lightweight and powerful web framework, makes it easy to build web servers and web applications in Rust. In this article, we'll wal...DiscussRust
Meet Jainmeetjain.hashnode.dev·May 4, 2024Why am I learning the Rust language in 2024?Context Before getting started to learn rust I gained hands-on experience in front-end and back-end development and have given just the right amount of time to the data structures and algorithms in my college time. Why Rust? After doing front-end dev...DiscussRust