graphrecords-query 0.5.0

High-performance graph-based data records
Documentation
1
2
3
4
pub trait Cache {
    #[must_use]
    fn cache(&self) -> Self;
}