use crate;
const VAULT_PREFIX: &str = "$ANSIBLE_VAULT;";
/// Check if a value is already Ansible Vault encrypted.
/// Returns (is_encrypted, vault_string_from_prefix).
/// Returns true if the value is of a type that can be encrypted (not Object, Array, or Null).