parallaxsecond / rust-cryptoki

Rust wrapper for the PKCS #11 API, Cryptoki
https://docs.rs/cryptoki/
Apache License 2.0
77 stars 61 forks source link

Add documentation check to CI test suite #141

Closed wiktor-k closed 1 year ago

wiktor-k commented 1 year ago

When recently building documentation for cryptoki with cargo doc I noticed a couple of small issues. This PR fixes them and adds the check to CI.