[Rust Daily] 2023-09-22 Microsoft supports the use of Rust to develop Windows drivers

Microsoft supports developing Windows drivers using Rust

The microsoft/windows-drivers-rs project is a collection of Rust packages that enable developers to develop Windows drivers in Rust. Designed to support WDM and WDF driver development models.

Project address: https://github.com/microsoft/windows-drivers-rs

The current state of asynchronous Rust: Runtimes

Recently, I found myself returning to a series of compelling blog posts by Aaron Turon: Zero-cost futures in Rust (https://aturon.github.io/blog/2016/08/11/futures/), The content covers the basics of the Rust asynchronous ecosystem and the Tokio runtime.

While 2016 evokes nostalgic memories of the excitement and enthusiasm for asynchronous Rust, I now have some thoughts on the current state of its ecosystem.

For details, please see: https://corrode.dev/blog/async/

A crazy guide to mutable generics in Rust

The author has written a less coherent summary of cohesive variadic generic design. This is a language feature that I have wanted since I started using Rust. I would like to share it with you:

https://gist.github.com/soqb/9ce3d4502cc16957b80c388c390baafc


From Daily Team @Jancd

Community learning exchange platform subscription:

  • Rust.cc Forum: support rss
  • WeChat public account: Rust language learning exchange

Guess you like

Origin blog.csdn.net/u012067469/article/details/133256973