#[cfg(feature = "petgraph-integration")]
pub mod petgraph;
#[cfg(feature = "ndarray-support")]
pub mod ndarray;
#[cfg(feature = "python-bindings")]
pub mod python;
#[cfg(feature = "burn-integration")]
pub mod burn;
#[cfg(feature = "polars-integration")]
pub mod polars;