datafold 0.1.55

A personal database for data sovereignty with AI-powered ingestion
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Shared utilities and common components
//!
//! This module contains shared utilities and common components
//! used across the FoldDB system:
//! - Error types and handling
//! - Statistics and metrics

pub mod error;
pub mod stats;

pub use stats::*;