1 2 3 4 5
#[cfg(feature = "with_tetgen")] pub const TETGEN_IS_AVAILABLE: bool = true; #[cfg(not(feature = "with_tetgen"))] pub const TETGEN_IS_AVAILABLE: bool = false;