Module ytesrev::prelude[][src]

A "prelude" to avoid having to use a gazillion different things

Re-exports

pub use anchor::Anchor;
pub use anchor::AnchorDirection;
pub use ditherer::DitherDirection;
pub use ditherer::Ditherer;
pub use drawable::Drawable;
pub use empty::Empty;
pub use image::PngImage;
pub use latex::LatexObj;
pub use layout::layered::Layered;
pub use layout::split::SplitPrec;
pub use layout::split::UpdateOrder;
pub use layout::stack::ElementPositioning;
pub use layout::stack::Stack;
pub use layout::Orientation;
pub use margin::Margin;
pub use scene::DrawableWrapper;
pub use scene::Scene;
pub use solid::Solid;
pub use window::WindowManager;
pub use withsize::WithSize;

Structs

Point

Immutable point type, consisting of x and y.

Rect

A (non-empty) rectangle.