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

#348 in Windows APIs

Download history 525/week @ 2024-11-17 1145/week @ 2024-11-24 707/week @ 2024-12-01 1334/week @ 2024-12-08 893/week @ 2024-12-15 387/week @ 2024-12-22 296/week @ 2024-12-29 720/week @ 2025-01-05 1544/week @ 2025-01-12 1307/week @ 2025-01-19 785/week @ 2025-01-26 4131/week @ 2025-02-02 1886/week @ 2025-02-09 613/week @ 2025-02-16 1040/week @ 2025-02-23 407/week @ 2025-03-02

4,626 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