libvault_rs 0.0.4

A Rust library for Hashicorp Vault
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[![Test Status](https://github.com/abedra/libvault_rs/workflows/tests/badge.svg?event=push)](https://github.com/abedra/libvault_rs/actions)
[![Crate](https://img.shields.io/crates/v/libvault_rs.svg)](https://crates.io/crates/libvault_rs)
[![API](https://docs.rs/libvault_rs/badge.svg)](https://docs.rs/libvault_rs)

# libvault_rs


A Rust library for [Hashicorp Vault](https://www.vaultproject.io/)

## Usage


Add this to your `Cargo.toml`

```toml
[dependencies]
libvault_rs = "0.0.4"
```