Interface compatibility does not require implementing an interface or a trait. Use compile-time flags and source-compatible APIs to swap out implementations. (more…)
Read more »
ClickOnce is a cool decentralized way of distributing applications on Windows. I’ll demonstrate distributing a Rust language application… (more…)
Read more »
Haskell and Rust both support asynchronous programming. Haskell includes a feature called async exceptions, which allow cancelling threads, but they come at a cost. See how Rust does the same job, and the relative trade-offs of each approach. (more…)
Read more »
RustGPT is a ChatGPT UI built with Rust + HTMX: the power of Rust coupled with the simplicity of HTMX 💚 - GitHub - bitswired/rustgpt: RustGPT is a ChatGPT UI built with Rust + HTMX: the power of Ru... (more…)
Read more »