Hacker News
Lobsters
- gabelstaplerwm - a minimal(istic) tiling window manager written in Rust, using XCB https://github.com/ibabushkin/gabelstaplerwm 5 comments rust , show
- 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
- Microsoft is to enable Rust use for Windows 11 kernel https://www.neowin.net/news/senior-microsoft-exec-says-windows-11-kernel-will-soon-be-booting-with-rust-inside/ 62 comments rust
- Developing a small Windows CLI app using WinRT APIs, with full of rust-analyzer support and quick recompiles https://youtu.be/oLohY8-nKcA 13 comments rust
- It can be quite frustrating to use Rust on Windows. https://www.reddit.com/r/rust/comments/7ocam1/it_can_be_quite_frustrating_to_use_rust_on_windows/ 109 comments rust
- If rust-lang/time doesn't compile on Windows and you only need precise_time_ns(), you can use the clock_ticks crate instead. https://crates.io/crates/clock_ticks 7 comments rust_gamedev
- Short Post: Using Long Paths in Windows and Rust https://gal.hagever.com/posts/windows-long-paths-in-rust/ 14 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
- Using Rust on WSL(Windows Subsystem for Linux) https://medium.com/@bgourlie/cross-platform-development-on-windows-is-suddenly-awesome-da863a28fa1e 7 comments rust
- [PSA] If you are writing rust code on windows you probably want to be using multirust-rs. https://github.com/diggsey/multirust-rs 13 comments rust
- Using Windows COM from Rust, V2 https://github.com/miot/rust-com 5 comments rust
- Using Rust on ESP32 from Windows - I found it incredibly frustrating to figure out how to get Rust code to compile and work on Windows.... and it all stemmed from one little message being wrong. https://kopf1988.medium.com/using-rust-on-esp32-from-windows-b6814fd09928 53 comments rust
- Rust9x updated to 1.84.0-beta - Use Rust on any 32-bit Windows, including 95 and XP! https://seri.tools/blog/rust9x-1-84/ 10 comments rust
- Rust9x updated to 1.76-beta - Use Rust on Windows 95+! https://seri.tools/blog/rust9x-1-76/ 26 comments rust
- A working example of multi targets compilation for Rust using Github Actions. Supports Windows, MacOSX, x86_64, ARM and Raspberry PI Linux. https://github.com/nicolas-van/rust-cross-compile-example 5 comments rust
- Tiny 760b rust exe using windows syscalls and linker flags https://github.com/mcountryman/min-sized-rust-windows 7 comments programming
- Windows engineer shares experience using Rust for "experimental rewrite of a low-level system component of the Windows codebase" https://msrc-blog.microsoft.com/2019/11/07/using-rust-in-windows/ 37 comments rust
- Debugging Rust on Windows using Visual Studio Code https://sherryummen.in/2016/09/02/debugging-rust-on-windows-using-visual-studio-code/ 7 comments rust
- Want to get search results from windows Index Search API using Rust. None 2 comments rust
- Way Cooler is a customizable tiling window manager written in Rust for Wayland and configurable using Lua. It's heavily inspired by the tiling and extensibility of both i3 and awesome. https://github.com/way-cooler/way-cooler 109 comments linux
- Ubiquity (v0.3.0) - I made a cross-platform markdown editor to learn some Rust. It uses Yew, Tauri, Tailwind and DaisyUI. Currently available on Windows, Linux and the web. https://ubiquity.rs 21 comments rust