#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

#300 in Windows APIs

Download history 1320/week @ 2024-03-13 1819/week @ 2024-03-20 1460/week @ 2024-03-27 1530/week @ 2024-04-03 962/week @ 2024-04-10 965/week @ 2024-04-17 904/week @ 2024-04-24 1290/week @ 2024-05-01 814/week @ 2024-05-08 813/week @ 2024-05-15 887/week @ 2024-05-22 831/week @ 2024-05-29 960/week @ 2024-06-05 633/week @ 2024-06-12 812/week @ 2024-06-19 869/week @ 2024-06-26

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