ori

Module prelude

Source
Expand description

Convenient imports for Ori.

Modules§

  • Styling and theming.

Macros§

Structs§

Enums§

Constants§

  • A constant used to indicate that a dimension should fill the available space.

Traits§

  • A view that supports dynamic dispatch.
  • A delegate for handling events in an application.
  • A trait for managing fonts and text layout.
  • A convenience trait for rebuilding a View.
  • A trait for stylable objects.
  • A trait implemented by styles.
  • A single UI component.
  • A sequence of views.

Functions§

Type Aliases§

Attribute Macros§

  • Only include the annotated item on desktop platforms.
  • Only include the annotated item on mobile platforms.
  • Only include the annotated item on web platforms.

Derive Macros§

  • Derive the builder pattern.
  • Derive the Rebuild trait.