artemis-normalized-cache 0.1.1

A graph-based normalized cache exchange for the artemis crate.
Documentation
mod data;
mod deserializer;
mod serializer;
#[allow(clippy::module_inception)]
mod store;

pub use store::{QueryStore, Store};