datafold 0.1.55

A personal database for data sovereignty with AI-powered ingestion
Documentation
1
2
3
4
use crate::error::FoldDbResult;

/// Type alias for node operation results
pub type NodeResult<T> = FoldDbResult<T>;