#winapi #windows

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

#295 in Windows APIs

Download history 952/week @ 2024-07-28 839/week @ 2024-08-04 2109/week @ 2024-08-11 1492/week @ 2024-08-18 1283/week @ 2024-08-25 1262/week @ 2024-09-01 730/week @ 2024-09-08 764/week @ 2024-09-15 1137/week @ 2024-09-22 1131/week @ 2024-09-29 282/week @ 2024-10-06 776/week @ 2024-10-13 765/week @ 2024-10-20 807/week @ 2024-10-27 737/week @ 2024-11-03 901/week @ 2024-11-10

3,253 downloads per month

MIT license

325KB
124 lines

Contains (static library, 160KB) i686/libdbghelp.a, (static library, 155KB) x86_64/libdbghelp.a

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