rusty_vault 0.2.1

RustyVault is a powerful identity-based secrets management software, providing features such as cryptographic key management, encryption as a service, public key cryptography, certificates management, identity credentials management and so forth. RustyVault's RESTful API is designed to be fully compatible with Hashicorp Vault.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
edition = "2021"

# We are going to enable these after switching to nightly tool chain
binop_separator = "Front"
format_strings = true
max_width = 120
comment_width = 120
merge_derives = false
reorder_imports = true
use_field_init_shorthand = true
group_imports = "StdExternalCrate"
imports_granularity = "Crate"
newline_style = "Unix"
trailing_comma = "Vertical"
use_small_heuristics = "Max"