docs.rs failed to build winaudit-0.1.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.
Visit the last successful build:
winaudit-0.1.3
Overview
My winaudit crate provide Security Checks for Windows Systems this can be used for Building a Windows Auditor framework or Security Checks.
Usage Example
By example if we would to check is bitdefender running and installed
First we need to add the crate to current project.
PS> cargo add winaudit
And in main.rs
use is_bitdefender_installed_and_enabled;
Contributions
If you want to contribute fill free to open an issue or pull request on this repo [winaudit]https://github.com/HackingRepo/winaudit-rs