//! Sparse stencil type + packing helper.
//!
//! Doo-Sabin reuses the crate-root `sharpness::merge` helper, so this
//! module only defines the `Sparse` alias and `pack`.
use crateStencilTable;
/// Sparse stencil: (source_index, weight) pairs.
pub type Sparse = ;
/// Pack sparse stencils into a CSR [`StencilTable`].
pub