[][src]Crate gazebo

A collection of well-tested primitives that have been useful. Most modules stand alone.

Modules

any

Methods that build upon the Any trait.

cast

Cast between types with no conversion.

cell

Additions to the Ref mechanism.

cmp

Traits to help implementing dynamic comparisons.

dupe

A cheap version of Clone.

file

File/IO operations.

phantom

Additional PhantomData related types.

prelude

Standard functions. Usually imported with use gazebo::prelude::*.

types

Operations working on Rust types.

variants

Working with the variants of an enum.

Macros

any_lifetime

Used to implement the AnyLifetime trait.

any_lifetime_body

Used to implement the AnyLifetime trait.

transmute

transmute!(from-type, to-type, value) will do a transmute, but the original and result types must be specified.

Functions

terminate_on_panic

Causes Rust to exit the process when any panic occurs.