1 2 3 4 5 6 7 8 9 10 11 12 13
# mpr # Contains function definitions for the Windows API library mpr. See winapi for types and constants. ```toml [dependencies] mpr-sys = "0.1.0" ``` ```rust extern crate mpr; ``` [Documentation](https://retep998.github.io/doc/mpr/)