docs.rs failed to build qshot-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:
qshot-0.1.3
Qshot
Qshot is a high performance crate that allows you to take screenshots quickly and easily on Windows.
What exactly is this library?
It's just a thin wrapper around a bunch of winapi functions to make screenshotting of a particular area as fast and easy as possible, while keeping memory safe.
It does not make any assumptions on what you may want to do with the data, you get a raw slice containing bitmap bit values and that's it.
Example usage
use Error;
use CaptureManager;
Contribution
Feel free to open a pull request if you think that something could have been done better or more efficiently or at least open an issue so I can look into that.