mheese / rust-pkcs11

Rust PKCS#11 Library
Apache License 2.0
75 stars 33 forks source link

Use pointer reads instead of transmute_copy #56

Closed 5225225 closed 2 years ago

5225225 commented 2 years ago

This will be made into a panic in an upcoming rust release, see https://github.com/rust-lang/rust/pull/98839

Fixes: #55