graphrecords-query 0.5.0

High-performance graph-based data records
Documentation
1
2
3
4
5
6
7
8
mod is_in;

use crate::registry::OperationManifest;
pub use is_in::IsInOperation;

pub(super) fn operation_manifests() -> Vec<OperationManifest> {
    vec![is_in::operation_manifest()]
}