Expand description
Core library for Maycoon => See maycoon
crate.
Contains core app logic and widget types.
Modulesยง
- app
- Contains app functionality.
- component
- Contains structures to work with the component architecture
- config
- Contains the MayConfig struct.
- layout
- Contains useful types and functions for layout interaction.
- plugin
- Contains the plugin system.
- reference
- Contains the reference::Ref for representing a reference to a value.
- signal
- Contains the signal system for reactive programming
- tasks
- Contains the task runner and utilities for running async
- widget
- Contains the core widget functionalities
- window
- Contains useful types for interacting with winit.