secret-vault-value 0.3.8

Library provides a simple implementation of a secure and serializable type to store and control secret/sensitive values
Documentation

secret-vault-value

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 6 feature flags, 1 of them enabled by default.

default

    This feature flag does not enable additional features.

proto

  • dep:prost
  • dep:prost-types

serde

  • dep:serde
  • dep:serde_json

bytes

  • dep:bytes

hex

  • dep:hex

base64

  • dep:base64