home.social

#eurorust23 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #eurorust23, aggregated by home.social.

  1. It's possible to do multi-threading with shared memory in the browser with WASM and Rust, Max says. This works using WebWorkers. The only thing not available is std::thread, since the model is different.

    #EuroRust #EuroRust23 #WASM #webworkers

  2. Rustdoc' JSON format is an alternative output (vs the HTML of the documentation itself). for Rustdoc.

    It's currently unstable, but on its way to stabilization

    #EuroRust #EuroRust23 #Rustdoc

  3. In the Rust ecosystem, rustup is unique and fantastic.

    It's the official way of installing Rust on all platforms.

    It enables having delivery "channels" (nightly, stable…) that are updated regularly.

    #RustLang #EuroRust #EuroRust23 #rustup