The Daily Shaarli

All links of one day in a single page.

04/25/24

Adventures In Rust: Bringing Exchange Support To Thunderbird

Some insights on the rewrite

xpcom, xml crates, protocols and more.

jeremychone-channel/rust-base: Rust minimalistic base starter template.

A great starter for new rust projects

End-to-End Encryption in the Browser | Excalidraw Blog

The key is transmitted via the hash of the URL. Smart ! The rest is encrypted on the client side.

An example is provided with the crypto API, especially subtle.

Porting a cross-platform GUI application to Rust - Mozilla Hacks - the Web developer blog

The UI is not directly tested but each element has a unique ID.
We can then check the state of each element to ensure they are correct.