From a5b8de396b3cd48bf2f2944adafff4c5155697ce Mon Sep 17 00:00:00 2001 From: Ivan Borgia Dardi Date: Sat, 27 Apr 2024 17:28:27 -0300 Subject: [PATCH] Replace invite link for community Discord Rust server The aVESxV8 invite is outdated and should be replaced with the newer one discord.gg/rust-lang-community --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fa15c7c2..87c8392e8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ [Documentation](https://docs.rs/winapi/) -Official communication channel: #windows-dev on the [Rust Community Discord](https://discord.gg/aVESxV8) +Official communication channel: #windows-dev on the [Rust Community Discord](https://discord.gg/rust-lang-community) This crate provides raw FFI bindings to all of Windows API. They are gathered by hand using the Windows 10 SDK from Microsoft. I aim to replace all existing Windows FFI in other crates with this crate through the "[Embrace, extend, and extinguish](https://en.wikipedia.org/wiki/Embrace,_extend,_and_extinguish)" technique.