c5store 0.2.3

Provides a unified store for configuration and secrets.
Documentation
1
2
3
4
5
6
7
8
# C5Store for Rust
  
C5Store is an all encompassing configuration store. The idea is to have one place to query and dump configuration, secrets and etc.

Read more about it: https://github.com/normano/c5store

# Getting Started
Look at test under src/lib.rs for now. Example folder will be added in the future.