might start a band called "borrow checker and nested optionals" idk

#rust

@avghelper
I don’t get the reference. Are you changing something?
@ProHaller It's a reference to Rust's borrow checker (an actually-pretty-great feature imo), and my frustrations with dealing with structs nested within each other, some of which are wrapped in Option<T> which sometimes has weird borrow semantics that I'm still figuring out lol
Rust Programming Language

A language empowering everyone to build reliable and efficient software.

@ProHaller it's to do with a library that I must use but did not design, and thus is naturally frustrating while I don't understand the internals well enough yet 
@avghelper
I applaud your self-awareness. It’s so easy to go straight to judgement without passing by the understanding phase.
@avghelper
Thank you! 😂
I was just making a pun about exclusive mutable references. It’s wasn’t great.