Expand description
maomi: a rust framework for building pages with components
maomi
is a framework for building (web) application user interface.
It has strict compile-time check and generates fast code.
This is the core module of the framework.
In browsers, the maomi-dom
crate is also needed.
See the maomi_dom
crate document for a quick start.
Re-exports§
pub use backend::context::PrerenderingData;
pub use backend::context::AsyncCallback;
pub use backend::context::BackendContext;
Modules§
- The backend-related interface.
- The component interface.
- The diff algorithm utilities.
- The error utilities.
- The event handling utilities.
- The translated string types, used in i18n.
- The mount point utilities.
- Helper types for node trees.
- The types that should usually be imported.
- The properties utilities.
- Utilities for template management.
- Helper types for text nodes.