Re-exports§
pub use hot_reload::HotReloadState;pub use hot_reload::HotReloadView;pub use renderer::render_nodes;pub use crepuscularity_core as core;
Modules§
- ast
- context
- eval
- frontend_
bridge - hot_
reload - Hot-reload GPUI view component: reads a template file, renders it, and
watches for changes via the parent-directory
notifywatcher incrate::watcher. - parser
- renderer
- styler
- watcher
- File watcher for the GPUI hot-reload path.
Structs§
- Component
Def - A named component extracted from a multi-component file.
- Component
File - Parsed multi-component
.crepusfile. - Component
Meta - Metadata and default prop values for one component parsed from TOML frontmatter.
- Template
Context - A runtime variable context passed to the template renderer. Variables can be strings, booleans, numbers, or lists of contexts.
Enums§
Functions§
- parse_
component_ file - Parse a multi-component
.crepusfile into aComponentFile. - parse_
template