Going through some exercises on Rust ownership, references, slices and error handling. To see the exercises code as it was when I recorded the video:… ...more
Update: as confirmed in the bug I logged, this was fixed in Firefox 123! See also: Keep your Indexed DB keys and values small if you want good perform… ...more
Following on from Keep your Indexed DB keys and values small if you want good performance!, here is another thing I've learned about Indexed DB perfor… ...more
What a String is in Rust, and how they differ from &str. Strings are resizeable arrays of bytes that are guaranteed to be in UTF-8 format. &st… ...more
In our work recently on Element Web (specifically attempting to replace our encryption code with our cross-platform Rust implementation) we've noticed… ...more