Skip to content

Commit 4c124c3

Browse files
committed
Update README.md
1 parent d0bef3e commit 4c124c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# winapi-rs
2+
[![Build status](https://github.com/retep998/winapi-rs/workflows/Rust/badge.svg)](https://github.com/retep998/winapi-rs/actions)
23
[![Build status](https://ci.appveyor.com/api/projects/status/i47oonf5e7qm5utq/branch/0.3?svg=true)](https://ci.appveyor.com/project/retep998/winapi-rs/branch/0.3)
34
[![Build Status](https://travis-ci.org/retep998/winapi-rs.svg?branch=0.3)](https://travis-ci.org/retep998/winapi-rs)
45
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/retep998/winapi-rs)
@@ -11,7 +12,7 @@
1112

1213
[Documentation](https://docs.rs/winapi/)
1314

14-
Official IRC channel: #winapi on [Mozilla IRC](https://wiki.mozilla.org/IRC)
15+
Official communication channel: #windows-dev on the [Rust Community Discord](https://discord.gg/aVESxV8)
1516

1617
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.
1718

0 commit comments

Comments
 (0)