docs.rs failed to build signtool-1.2.0
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.
SignTool for Rust
A library to simplify the usage of Microsoft code signing library (SignTool) for Rust. Inspired by rust-codesign
This library is a convenience wrapper around Microsoft's signing tool and requires the Windows SDK to be installed.
Usage
let signtool = new.unwrap;
signtool.sign.unwrap;