Module prelude

Source
Expand description

The essentials. Also contains most of embedded-graphics' prelude.

Re-exports§

pub use crate::align::horizontal;
pub use crate::align::vertical;
pub use crate::align::Align;
pub use crate::object_chain::Chain;
pub use crate::utils::rect_helper::RectExt;
pub use crate::view_group::Views;
pub use crate::View;

Macros§

chain
Creates an object chain from the argument types.