docs.rs failed to build verifysign-0.1.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
verifysign-0.2.5
verifysign
A rust cargo used to verify digital code signature on files.
This cargo aims to provide a way for developers to check if a file is signed or not. As well as give them the ability to query the signer information.
How to use
The following code demonstrate how you could use this crate to help with verifying the signature:
Credit
This project was forked from (codesign-verify-rs)[https://github.com/vkrasnov/codesign-verify-rs] in 22/02/2025 credit to Vlad Krasnov.