#ffi #winapi #windows

sys user32-sys

Contains function definitions for the Windows API library user32. See winapi for types and constants.

16 releases

Uses old Rust 2015

0.2.0 May 19, 2016
0.1.3 Dec 18, 2017
0.1.2 Aug 11, 2015
0.1.1 May 21, 2015
0.0.5 Jan 31, 2015

#165 in #winapi

Download history 1348/week @ 2023-12-11 1335/week @ 2023-12-18 1109/week @ 2023-12-25 528/week @ 2024-01-01 1343/week @ 2024-01-08 1233/week @ 2024-01-15 1099/week @ 2024-01-22 799/week @ 2024-01-29 1455/week @ 2024-02-05 1608/week @ 2024-02-12 1939/week @ 2024-02-19 1650/week @ 2024-02-26 1795/week @ 2024-03-04 1452/week @ 2024-03-11 2017/week @ 2024-03-18 2217/week @ 2024-03-25

7,640 downloads per month
Used in fewer than 24 crates

MIT license

56KB
877 lines

user32

Contains function definitions for the Windows API library user32. See winapi for types and constants.

[dependencies]
user32-sys = "0.1.2"
extern crate user32;

Documentation


lib.rs:

FFI bindings to user32.

Dependencies