Module bracket_algorithm_traits::prelude[][src]

Exported traits

Macros

smallvec

Since we use SmallVec, it's only polite to export it so you don't have to have multiple copies.

Structs

SmallVec

Since we use SmallVec, it's only polite to export it so you don't have to have multiple copies.

Traits

Algorithm2D

Implement these for handling conversion to/from 2D coordinates (they are separate, because you might want Dwarf Fortress style 3D!)

Algorithm3D

Implement these for handling conversion to/from 2D coordinates (they are separate, because you might want Dwarf Fortress style 3D!)

BaseMap

Implement this trait to support path-finding functions.