Feb 2023
6 Mon
7 Tue
8 Wed
9 Thu
10 Fri
11 Sat 11:00 AM – 12:15 PM IST
12 Sun 12:00 PM – 12:45 PM IST
Feb 2023
13 Mon 01:00 PM – 01:45 PM IST
14 Tue
15 Wed
16 Thu
17 Fri
18 Sat
19 Sun
Accepting submissions
Not accepting submissions
DS and Algo in Rust - 1: Binary search in RustNew to Rust programming? Is that your excuse not to attend the meetup? Then, this series of hands-on talks is for you. We’ll together walk through implementing LinkedList, trees, graphs and many other DS and algo basics in Rust while learning the fundamentals of the language. In the inaugural session, we’ll learn about implementing bubble sort in Rust. In the process, we’ll learn about the follow… more
|
Title: Classifying High Volume DNS Traffic using RustSubmission Draft: Rust is a fast-growing systems programming language. It is being used in place of C++ because of its better performance to solve many systems programming problems. One such problem that was solved using Rust is classifying high volume DNS traffic, with near real-time processing of 15 million records per second. While this data mining of DNS queries can be of immense value to bus… more
|
Et tu `macro_rules!`Using declarative macros(as in macro_rules!) can be challenging, and knowing when to use them is perhaps even harder. So let’s take some real-world examples and discuss how you can use rust macros to write your mini-DSLs for simplifying a lot of the boilerplate Rust might force upon you. more
|
Journey into the embedded world.Rust isn’t just good for writing API servers; it can also be used to create custom keyboards or your own robot. So, let’s learn how we can do that using Rust. more
Accepted
|
Hosted by