@skyerocket0Just started learning Rust. I kinda like it!
@JonathanTao0trying out rust for the first time, seems interesting
@kognise0Made a super simple tool to automate fixing up this documentation I have to take from a shittily formatted PDF and put in my Rust code, since I realized that was taking a lot of time.
@caleb4woooooooooooo i got a svelte app embedded in a Rust binary ๐ :ferrisbongo: ๐
(for clb.li/shorty of course)
@matt0Over the past few days I have been rewriting my first GitHub action,ย profile_stackย , in rust from python! The action now runs 4 times faster, has some rock solid unit tests, improved documentation, aย superย clean codebase, and an army of crabsย :ferrisbongo:! Super glad that I am finally getting comfortable with rust :)ย ~I am starting to see why there is a rust cult~
github.com/Matt-Gleich/profile_stack
@matt0got my docker install of cargo-make to install the existing binary so my images donโt take 8 minutes to build!
@Khushraj0lets go, I'm rewriting repl.deploy in rust and I HAVE TESTS! A 100 LINES OF TEST CODE FOR 96 LINES OF CODE
@matt0Created my first microservice in rust! It automatically gets the social media accounts from gql.api.mattglei.ch and sets them as shorty links in links.mattglei.ch!
@aaryan0Reading "Ray Tracing in C++ in One Weekend" this weekend. 10/10 worth a read. I'll try to re-implement this book in rust after I'm done with this!
@matt0The PRs I made to the cargo book and crates.io website got merged today!
@caleb4i made that previous snippet โฌ๏ธ look nicer
@neel.redkar0I decided to learn rust and wrote a simple tts server :owo:
Its cool because I can run it on my computer and people can just randomly say stuff
github.com/neelr/speaker
(i also have to concede rust with vim is pretty cool)
@kaidevrim0started learning rust for my chip-8 emu
@uanirudhx01/365
made the rust compiler ICE, there are 2 open PRs that should hopefully fix this ๐ค
@caleb4Just finished AoC Day 3 with :rust: and :nvim:!
@caleb4Today I wrote a bare-bones interpreter in Rust (to solve one of the 2019 AoC problems)
@aaryan0Aaaand I miss diwali, but as a status update, I'm gonna be learning Rust alongside of React and Data Structures in C++. Seems a lot I might have to drop something soon ๐
@uanirudhx0Hehe started writing a workshop but actually I'm trying to be smarter than I really am, which never works out with Rust....
@uanirudhx0I wasted today on Rust for PROS
people tell me that memory safety isn't particularly cared about in robotics.... oh well i did a thing
@safin.singh0Finished the basic underlying framework and commands for my @banker-like discord bot in Rust! The serenity (Discord API) and sled (embedded K/V database) crates are superb!
@ben0Hey, look at that, itโs a new Rust crate I made