rust

Pinned ·

How to fail at STM32L433RC board with Embassy Rust embedded framework

This blog post is about failures that ate two days of my time with STM32L433RC board with Rust. I gave up many times and still not entirely back from the land of given ups. The story starts when I got this beautiful board to try out some Rust. I am still learning embedded syste…

Pinned ·

Rust in Science and ever-changing requirements

I have heard many times over that for a given proof-of-concept if you have fast, changing requirements, then you are better off with a Dynamic programming language like Python. Python gives the illusion of faster development because you do not have to think about the rigidity of…

Pinned ·

How to document Rust's macro invocation

Since, I have spent way too much time on this, I decided it is worth noting down. The problem You can easily document your Rust items like functions by putting three slashes ///. /// My amazing function /// # Example /// amazing(); fn amazing() -> () { println!("Rus…

Pinned ·

RustConf 2018 Portland OR

RustConf has been the first ever conference for a programming language that I was eager to attend. Since, it’s a new-ish language, the conference was not as big as, say, PyCon or KubeCon would be. This made it easy to talk to people you generally only know via Twitter. Also, the …