docs.rs failed to build onepassword-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:
onepassword-0.1.1
Safe, (almost entirely[1]) natively sync wrapper around onepassword-sys.
Setup
The dynamic libraries required can be downloaded from https://github.com/1Password/onepassword-sdk-python/tree/main/src/onepassword/lib
Example usage
const ONEPASS_SERVICE_ACCOUNT_TOKEN: &str =
"https://developer.1password.com/docs/service-accounts/get-started";
[1]: pollster is used in onepassword-sys because getting a client ID requires polling a future no matter what, but since it's our own future we know pollster works fine.