#eurorust23 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #eurorust23, aggregated by home.social.
-
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.
-
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
-
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.