med-mastodon.com is one of the many independent Mastodon servers you can use to participate in the fediverse.
Medical community on Mastodon

Administered by:

Server stats:

372
active users

#rust

67 posts56 participants2 posts today

Today I wrote about 300 lines of Rust featuring "unsafe" that I thought about quite carefully.

Then I started adding safety comments. The act of needing to convincingly argue that something is true made me find and fix 3 bugs I had missed before.

Safety comments exist for a reason!
#rust #rustlang

Note to self: Update the dependencies in the dev tool I maintain more often than once a year.

I spent almost a solid day fighting with conflicting features trying to get the WASM portion of my Leptos based code to compile after updating dependencies. #Rust #RustLang

Granted, Leptos is only up to version 0.8 so every release is technically a breaking change. Even so, it was unwise to let it go so long. I am now jumping from 0.6 to latest with twice as much migration to do.