//! Field graph subsystem for defining and evaluating scalar fields used by the scatter pipeline.
//!
//! This module groups types for authoring a directed acyclic graph (DAG) of field nodes,
//! compiling it into an executable program, and evaluating it over chunked grids at runtime.
pub use ;
pub use ;
pub use ;
pub use Raster;
pub use ;
pub type FieldId = String;