#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

#346 in Windows APIs

Download history 460/week @ 2024-07-22 356/week @ 2024-07-29 341/week @ 2024-08-05 520/week @ 2024-08-12 465/week @ 2024-08-19 438/week @ 2024-08-26 529/week @ 2024-09-02 371/week @ 2024-09-09 414/week @ 2024-09-16 534/week @ 2024-09-23 390/week @ 2024-09-30 32/week @ 2024-10-07 342/week @ 2024-10-14 328/week @ 2024-10-21 402/week @ 2024-10-28 333/week @ 2024-11-04

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