"By the way, if anyone here is..." <- > <@jamesmunns:beeper.com> By the way, if anyone here is using `static mut` for anything, I'd be interested in hearing about it. IMO, it is *very* easy to accidentally do an undefined behavior with them. > > Instead of writing up all the ways you can accidentally do that, I'm working on a (currently pretty limited) crate to provide some alternatives: https://docs.rs/grounded > > But if you have something you think you need `static mut` for, I'm definitely interested to figure out what building blocks would be useful to have available. i was wondering about this when i lifted it from an older pr, https://github.com/embassy-rs/embassy/blob/main/embassy-stm32/src/uid.rs