#winapi #windows #ffi

sys crypt32-sys

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

2 unstable releases

Uses old Rust 2015

0.2.0 Oct 17, 2015
0.0.1 Jan 26, 2015

#349 in Windows APIs

Download history 420/week @ 2024-09-05 409/week @ 2024-09-12 481/week @ 2024-09-19 453/week @ 2024-09-26 235/week @ 2024-10-03 201/week @ 2024-10-10 303/week @ 2024-10-17 380/week @ 2024-10-24 363/week @ 2024-10-31 178/week @ 2024-11-07 158/week @ 2024-11-14 382/week @ 2024-11-21 371/week @ 2024-11-28 376/week @ 2024-12-05 663/week @ 2024-12-12 234/week @ 2024-12-19

1,705 downloads per month
Used in 4 crates (2 directly)

MIT license

43KB
794 lines

crypt32

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

[dependencies]
crypt32-sys = "0.0.1"
extern crate crypt32;

Documentation


lib.rs:

FFI bindings to crypt32.

Dependencies