In Rust, there are two types of references: a shared reference and a mutable reference. A reference is denoted by &. A mutable reference is denoted as &mut. (more…)
Read more »
Hello and thank you for joining us for this talk. We
are honored to be here in Beijing for the first time. (more…)
Read more »
I was introduced to Rust in 2018 and has been enamored since. Rust is a system programming language, much like C++. Unlike C++ though, being relatively new, its language design is more modern and sophisticated. Writing with can feel more like writing Type... (more…)
Read more »
An effective Rust development experience with Neovim LSP client
and rust-analyzer... (more…)
Read more »
Memory leakage in Rust is completely safe...until you run out and it results in your program being killed by the kernel. Learn how we solved this issue to eliminate memory leaks. (more…)
Read more »