#windows #ffi #win32

sys dbghelp-sys

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

3 releases (breaking)

Uses old Rust 2015

0.2.0 Nov 6, 2015
0.1.0 Jun 12, 2015
0.0.1 Jan 26, 2015

#198 in Windows APIs

Download history 505/week @ 2022-12-01 1124/week @ 2022-12-08 586/week @ 2022-12-15 782/week @ 2022-12-22 1076/week @ 2022-12-29 1068/week @ 2023-01-05 808/week @ 2023-01-12 849/week @ 2023-01-19 1109/week @ 2023-01-26 942/week @ 2023-02-02 839/week @ 2023-02-09 1046/week @ 2023-02-16 1803/week @ 2023-02-23 948/week @ 2023-03-02 774/week @ 2023-03-09 675/week @ 2023-03-16

4,373 downloads per month

MIT license

39KB
566 lines

dbghelp

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

[dependencies]
dbghelp-sys = "0.1.0"
extern crate dbghelp;

Documentation


lib.rs:

FFI bindings to dbghelp.

Dependencies