#ffi #winapi #definition #constants #type #windows #winmm

sys winmm-sys

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

5 unstable releases

Uses old Rust 2015

0.2.0 Oct 18, 2015
0.1.1 Jun 27, 2015
0.1.0 Mar 30, 2015
0.0.2 Feb 9, 2015
0.0.1 Jan 20, 2015

#38 in #windows-api

Download history 99/week @ 2024-03-12 124/week @ 2024-03-19 98/week @ 2024-03-26 144/week @ 2024-04-02 87/week @ 2024-04-09 113/week @ 2024-04-16 130/week @ 2024-04-23 111/week @ 2024-04-30 115/week @ 2024-05-07 105/week @ 2024-05-14 112/week @ 2024-05-21 107/week @ 2024-05-28 93/week @ 2024-06-04 78/week @ 2024-06-11 98/week @ 2024-06-18 91/week @ 2024-06-25

373 downloads per month

MIT license

9KB
120 lines

winmm

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

[dependencies]
winmm-sys = "0.1.1"
extern crate winmm;

Documentation


lib.rs:

FFI bindings to winmm.

Dependencies