Hacker News
- Aerugo – RTOS for aerospace uses written in Rust https://github.com/n7space/aerugo 46 comments
- Linux now contains the first useful thing built using Rust https://fosstodon.org/@kernellogger/111741507899977461 2 comments
- Does the Bronze GC Make Rust Easier to Use? A Controlled Experiment https://arxiv.org/abs/2110.01098 2 comments
- Why Rust in Android will use the Soong build system, not Cargo https://www.theregister.com/2021/05/13/rust_2021_edition/ 8 comments
Lobsters
- Microsoft: Why we used programming language Rust over Go for WebAssembly on Kubernetes app https://www.zdnet.com/article/microsoft-why-we-used-programming-language-rust-over-go-for-webassembly-on-kubernetes-app/ 16 comments go , rust , wasm
- Using Rust Instead of Python for scripting http://www.chriskrycho.com/2016/using-rust-for-scripting.html 27 comments rust , unix
- rust-everywhere: Use CI services to generate binary releases of your Rust program for Linux, Mac and Windows https://github.com/japaric/rust-everywhere 15 comments rust
- unable to use std::fs in rust-wasm https://www.reddit.com/r/rust/comments/o1j8k3/unable_to_use_stdfs_in_rustwasm/ 5 comments rust
- Mobile: A different way using Rust? https://codethoughts.medium.com/mobile-a-different-way-using-rust-0e7b1dfa8cbf 2 comments rust
- Git Developers Discuss The Possibility Of Beginning To Use Rust Code https://www.phoronix.com/news/GCC-Rust-Developer-Discussion 12 comments linux
- A Rust arena allocator (ab)using Linux overcommit https://vgel.me/posts/mmap-arena-alloc/ 29 comments rust
- App and OS Virtualization in Rust using crosvm https://blog.openw3b.org/crosvm-for-os-and-app-virtualization-on-linux/ 3 comments rust
- End-to-End Encrypted Messaging in 51 lines of Rust, using the Ockam crate https://github.com/ockam-network/ockam/tree/develop/documentation/use-cases/end-to-end-encryption-with-rust#readme 8 comments rust
- How I significantly improved Giganotes app performance using Rust https://www.reddit.com/r/rust/comments/m14agf/how_i_significantly_improved_giganotes_app/ 7 comments rust
- The entire minecraft protocol in Rust using macro magic https://www.reddit.com/r/rust/comments/jcbawo/the_entire_minecraft_protocol_in_rust_using_macro/ 52 comments rust
- Valve's Proton 5.13, now uses Rust! https://www.reddit.com/r/rust/comments/jbzorm/valves_proton_513_now_uses_rust/ 15 comments rust
- Low-Level Academy, an explorable systems programming course using Rust + Wasm https://lowlvl.org/lesson1.html 33 comments rust
- has anyone used this (rust notebooks) for projects in the real world? https://shahinrostami.com/posts/programming/rust-notebooks/setup-anaconda-jupyter-and-rust/ 3 comments rust
- Using Google Analytics from a Rust Wasm Front-End Web App https://medium.com/@matt_78276/using-google-analytics-from-a-rust-wasm-front-end-web-app-12840c420dad 6 comments rust
- Creating a JavaFX GUI for Rust WebAssembly using Asmble and Kotlin http://vegapit.com/article/javafx-gui-rust-webassembly-asmble-kotlin 3 comments rust
- Visualizing FFT in real-time using embedded Rust https://dflemstr.io/posts/music-visualization-7/ 6 comments rust
- Using Rust for an experimental rewrite of a low-level system component of the Windows codebase https://msrc-blog.microsoft.com/2019/11/07/using-rust-in-windows/ 70 comments programming
- Make more interesting procedural dungeons using prebuilt rooms and Rust macros https://www.jamesbaum.co.uk/blether/procedural-generation-prebuilt-rooms-rust-macros/ 7 comments rust
- Examining code using rust https://www.reddit.com/r/rust/comments/cw39e9/examining_code_using_rust/ 9 comments rust
- Choosing a library/paradigm to use when building out a udp rust project. https://www.reddit.com/r/rust/comments/cb7324/choosing_a_libraryparadigm_to_use_when_building/ 4 comments rust
- Build A Decentralized Chat Using JavaScript & Rust (WebAssembly) https://medium.com/perlin-network/build-a-decentralized-chat-using-javascript-rust-webassembly-c775f8484b52 8 comments javascript
- 6 useful Rust macros that you might not have seen before https://medium.com/@benmcdonald_11671/6-useful-rust-macros-that-you-might-not-have-seen-before-59d1386f7bc5 27 comments rust
- The npm Registry uses Rust for its CPU-bound bottlenecks https://www.rust-lang.org/static/pdfs/rust-npm-whitepaper.pdf 114 comments programming
- APIs to use Rust with Fuchsia and Zircon https://fuchsia-docs.firebaseapp.com/rust/auth_cache/index.html 4 comments rust
- Using Rust for Gamedev (xpost r/rust_gamedev) https://medium.com/@michelotti.matthew/using-rust-for-gamedev-2f60b0e4cc5c 17 comments rust
- I Wrote an "Understanding Compilers" Article That Uses The Rust Programming Language https://towardsdatascience.com/understanding-compilers-for-humans-version-2-157f0edb02dd 67 comments programming
- A simple game I wrote (partially) in Rust using WebAssembly https://ionre.itch.io/grav-racer 6 comments rust_gamedev
- [QUESTION] What are your views on using Rust in Hackathons ? https://www.reddit.com/r/rust/comments/9c6taz/question_what_are_your_views_on_using_rust_in/ 9 comments rust
- Anybody used Rust for machine learning applications? https://www.reddit.com/r/rust/comments/7c87at/anybody_used_rust_for_machine_learning/ 21 comments rust
- Using Wayland from Rust, first steps http://blog.levans.fr/rust_wayland_1-en.html 4 comments rust
- How to Use Rust with Node.js When Performance Matters http://blog.risingstack.com/how-to-use-rust-with-node-when-performance-matters/ 4 comments node
- Modeling graphs in Rust using vector indices http://smallcultfollowing.com/babysteps/blog/2015/04/06/modeling-graphs-in-rust-using-vector-indices/ 16 comments rust
- Basic proof of concept - using Win32 COM from Rust: showing the Run dialog https://gist.github.com/DanielKeep/5b4f613b22add300ee52 6 comments rust
- Rust9x updated to 1.76-beta - Use Rust on Windows 95+! https://seri.tools/blog/rust9x-1-76/ 26 comments rust
- [blog series] From Rust to beyond, episode 3: The ASM.js galaxy — Using Rust + ASM.js (as a fallback to WASM) to parse 6x faster than JS https://mnt.io/2018/08/28/from-rust-to-beyond-the-asm-js-galaxy/ 10 comments rust