Crate gut[−][src]
Re-exports
pub use self::index::Index; |
pub use crate::mesh::topology::*; |
Modules
| algo | |
| bbox | |
| index | This module defines an index type that can be invalid, although it has the same size as
usize. This allows collections of |
| interval | |
| io | |
| mesh | |
| ops | |
| prim |
Traits
| Pod | Plain old data trait. Types that implement this trait contain no references and can be copied
with |
| Real |