docs.rs failed to build redactedsecret-0.4.1
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:
redactedsecret-0.4.0
RedactedSecret
Secret wrapper type for more carefully handling secret values (e.g. passwords, cryptographic keys, access tokens or other credentials).
Usage
use ;
Examples
- Create a
Secreton any type (Generic Type)
use ;
let dummy_PIN = new;
assert_eq!;
- Create a string from
SecretString
use ;
let dummy_PIN = new;
assert_eq!;
- Create a Boxed type from a
SecretBoxtype
use ;
let dummy_PIN = Boxnew;
assert_eq!;
- Create a vector from a
SecretVec
use ;
let dummy_PIN = new;
assert_eq!;