#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

#284 in Windows APIs

Download history 257/week @ 2023-11-26 204/week @ 2023-12-03 262/week @ 2023-12-10 350/week @ 2023-12-17 186/week @ 2023-12-24 124/week @ 2023-12-31 299/week @ 2024-01-07 326/week @ 2024-01-14 298/week @ 2024-01-21 186/week @ 2024-01-28 233/week @ 2024-02-04 415/week @ 2024-02-11 537/week @ 2024-02-18 353/week @ 2024-02-25 364/week @ 2024-03-03 173/week @ 2024-03-10

1,507 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