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
12
13
14
mod atom_def;
mod molecule;
mod molecule_behavior;
mod molecule_hash_range;
mod molecule_range;
mod molecule_tests;
mod molecule_types;

pub use atom_def::{Atom, AtomStatus};
pub use molecule::Molecule;
pub use molecule_behavior::MoleculeBehavior;
pub use molecule_hash_range::MoleculeHashRange;
pub use molecule_range::MoleculeRange;
pub use molecule_types::{MoleculeStatus, MoleculeUpdate};