//! Cell insertion functions
//!//! This module contains implementations of cell insertion methods. Due to definition issues, we
//! only implement insertion of `N-1`-cell into `N`-cell, for example vertex (0-cell) in edge
//! (1-cell).
modvertices;pubusevertices::{VertexInsertionError, insert_vertex_on_edge, insert_vertices_on_edge};#[cfg(test)]modtests;