Crate crow_util[][src]

The utility crate for the crow_engine.

TODO:

Modules

holder

A module containing a basic holder struct, which is used for immutable access to its elements while still being able to insert new elements.

pop_iter

A module containing a struct which implements iter() to pop a Vec<T> until it is empty.

traits

This module contains traits which are needed by the crow_engine.