cipherstash-config 0.34.1-alpha.2

Configuration management for CipherStash libraries and products
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod column;
pub mod errors;
mod keyset;
pub mod list;
pub mod operator;
mod table;

pub use column::{ColumnConfig, ColumnMode, ColumnType};
pub use keyset::{DatasetConfig, DatasetConfigWithIndexRootKey};
pub use table::{TableConfig, TablePath};

#[cfg(test)]
mod tests;