#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

#301 in Windows APIs

Download history 214/week @ 2023-12-07 367/week @ 2023-12-14 281/week @ 2023-12-21 137/week @ 2023-12-28 185/week @ 2024-01-04 322/week @ 2024-01-11 349/week @ 2024-01-18 221/week @ 2024-01-25 162/week @ 2024-02-01 396/week @ 2024-02-08 516/week @ 2024-02-15 402/week @ 2024-02-22 332/week @ 2024-02-29 478/week @ 2024-03-07 327/week @ 2024-03-14 391/week @ 2024-03-21

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