#ffi #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

#286 in Windows APIs

Download history 883/week @ 2024-01-26 693/week @ 2024-02-02 1111/week @ 2024-02-09 1528/week @ 2024-02-16 1233/week @ 2024-02-23 1236/week @ 2024-03-01 1282/week @ 2024-03-08 1387/week @ 2024-03-15 1891/week @ 2024-03-22 1635/week @ 2024-03-29 1088/week @ 2024-04-05 1076/week @ 2024-04-12 895/week @ 2024-04-19 886/week @ 2024-04-26 1395/week @ 2024-05-03 514/week @ 2024-05-10

3,842 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