Rust/WinRT Coming Soon

My rust adventure continues as I have been furiously working on Rust/WinRT for the last five months or so. I am looking forward to opening it up to the community as soon as possible. Even then, it … Read more

Similar

Fragment Specifiers in Rust Macros

Rust macros seemed like an enigma when I first saw it, but once I started understanding it a bit, it’s not all that bad! “Fragment specifiers” are what you see as the “type” of an argument that you might see in the invocation of the macro. The most common... (more…)

Read more »