microsoft/windows-drivers-rs

Migrate from fs4 to std::File flocks

Open

#300 opened on Feb 20, 2025

View on GitHub
 (0 comments) (1 reaction) (1 assignee)Rust (128 forks)auto 404
good first issue

Repository metrics

Stars
 (1,886 stars)
PR merge metrics
 (PR metrics pending)

Description

From https://github.com/microsoft/windows-drivers-rs/pull/295/files#r1964235574. flocks are used in both wdk-macros and wdk-macro-tests.

This was stabilized in 1.87(released in may), so we'll have to wait until 1.88 to make this change (~june 26th)

Contributor guide