Crate picante

Crate picante 

Source
Expand description

Picante: an async incremental query runtime.

Re-exports§

pub use error::PicanteError;
pub use error::PicanteResult;
pub use ingredient::DerivedIngredient;
pub use ingredient::InputIngredient;
pub use key::Dep;
pub use key::DynKey;
pub use key::Key;
pub use key::QueryKindId;
pub use revision::Revision;
pub use runtime::HasRuntime;
pub use runtime::Runtime;

Modules§

error
frame
ingredient
Query ingredients (inputs and derived queries).
key
persist
Cache persistence for Picante ingredients.
revision
runtime