Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This repo is a collection of Rust crates that enable developers to develop Windo

To see an example of this repo used to create drivers, see [Windows-rust-driver-samples](https://github.com/microsoft/Windows-rust-driver-samples).

Note: This project is still in early stages of development and is not yet recommended for production use. We encourage community experimentation, suggestions and discussions! We will be using our [GitHub Discussions forum](https://github.com/microsoft/windows-drivers-rs/discussions) as the main form of engagement with the community!
Note: This project is still in early stages of development and is not yet recommended for production use. We encourage community experimentation and collaboration through our [GitHub Discussions forum](https://github.com/microsoft/windows-drivers-rs/discussions)!

## <a name="supported-configs">Supported Configurations

Expand Down Expand Up @@ -220,6 +220,10 @@ If you understand these implications, and have installed the test certificate, t
cargo make --env WDK_BUILD_ENABLE_SIGNTOOL_VERIFY=true
```

## Contact

While we encourage using [GitHub Issues](https://github.com/microsoft/windows-drivers-rs/issues) for bug reports, feature requests, and other specific actionable items, please use [GitHub Discussions](https://github.com/microsoft/windows-drivers-rs/discussions) for broader questions, architectural discussions, and community engagement. For specific inquiries that may not be suitable for public forums, you can reach out to us at <[email protected]>.

## Crates.io Release Policy

Releases to crates.io are not made after every change merged to main. Releases will only be made when requested by the community, or when the `windows-drivers-rs` team believes there is sufficient value in pushing a release.
Expand Down
Loading