SAL Vault - Cryptographic functionality including key management, digital signatures, symmetric encryption, Ethereum wallets, and encrypted key-value store
//! Key-Value Store functionality
//!//! This module provides a simple key-value store with encryption support.
pubmoderror;pubmodstore;// Re-export public types and functions
pubuseerror::KvsError;pubusestore::{
create_store, delete_store, get_store_path, list_stores, open_store, KvPair, KvStore,};// Tests are now in the tests/ directory