Skip to main content

Crate bubba_core

Crate bubba_core 

Source
Expand description

§Bubba Core

The core runtime for the Bubba mobile framework. Handles UI rendering, navigation, event dispatch, lifecycle management, and async task scheduling.

You typically don’t import bubba-core directly — use bubba::prelude::* instead.

Modules§

build_info
Build metadata exposed at runtime.
css
CSS
events
Events
navigation
Navigation
prelude
The Bubba prelude. Import this in every screen file:
runtime
Runtime
ui
UI Elements

Macros§

navigate
The navigate() function referenced inside view! blocks. The macro desugars navigate(Profile) into a closure that calls this.
view
Declare a screen’s UI declaratively using JSX-like syntax.