Module crayon::utils [] [src]

Commonly used utilities like pools, variants and so on.

Reexports

pub use self::handle::Handle;
pub use self::handle::HandleIndex;
pub use self::handle_pool::HandlePool;
pub use self::handle_pool::HandleIter;
pub use self::object_pool::ObjectPool;
pub use self::hash::hash;
pub use self::hash_value::HashValue;
pub use self::variant::VariantChar;
pub use self::variant::VariantStr;
pub use self::data_buf::DataBuffer;
pub use self::data_buf::DataBufferPtr;

Modules

data_buf
handle
handle_pool
hash
hash_value
object_pool
variant

Structs

Color

A RGBA Color. Each color component is a floating point value with a range from 0 to 1.

Rect

A rectangle, with top-left corner at min, and bottom-right corner at max.

Functions

finally
finally_with