//! Differentiable structured-prediction layers.
//!
//! Currently the [`sinkhorn_crf`] module: entropy-regularised optimal-transport
//! (Sinkhorn) normalisation as a differentiable replacement for sum-product
//! normalisation in matching / permutation structured prediction.
pub use ;