nescio 0.8.0

nescioDB (Aporia): a database whose primary object is ignorance — evidence with decay, regions with entropy, and queries that plan their own data procurement.
Documentation
1
2
3
4
5
6
7
8
9
//! The data model: what nescioDB stores and reasons about.
//!
//! - [`domain`] — slot domains, the discretized state spaces regions live in
//! - [`evidence`] — sources, claims, and decay physics
//! - [`coupling`] — declarative cross-slot compatibility rules

pub mod coupling;
pub mod domain;
pub mod evidence;