Expand description
loomx
Umbrella crate that re-exports the primary loomx APIs.
Most users should depend on loomx rather than the internal crates.
Macros§
- register_
component - Register a component type in the global registry.
Structs§
- Component
Decl - A type-erased component registration record stored in the global registry.
Enums§
- Loomx
Error - Errors produced by loomx during component lookup, props decoding, or rendering.
Traits§
- Component
- A renderable component.
Functions§
- assert_
unique_ registry - Panic if the registry contains duplicate component names.
- known_
components - Return the list of currently-registered component names.
- render
- Render a registered component by name.
- render_
component - render_
with - Render a registered component by name using typed props.
- validate_
registry - Validate the global component registry.