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