Docs.rs
hypen-engine-0.3.3
hypen-engine 0.3.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ianrumac
github:hypen-lang:core
Dependencies
exprimo ^0.6.1
normal
hypen-parser ^0.3.3
normal
hypen-tailwind-parse ^0.3.3
normal
im ^15.1
normal
indexmap ^2.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
slotmap ^1.0
normal
thiserror ^1.0
normal
optional
uniffi ^0.28
normal
optional
criterion ^0.5
dev
lazy_static ^1.4
dev
uniffi ^0.28
build
optional
console_error_panic_hook ^0.1
normal
optional
js-sys ^0.3
normal
optional
serde-wasm-bindgen ^0.6
normal
optional
wasm-bindgen ^0.2
normal
optional
web-sys ^0.3
normal
optional
Versions
66.59%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module node
hypen_
engine
0.3.3
Module node
Module Items
Structs
Enums
Type Aliases
In hypen_
engine::
ir
hypen_engine
::
ir
Module
node
Copy item path
Source
Structs
§
Conditional
Branch
A conditional branch with a pattern and children
Element
Core IR element representing a component instance or primitive
NodeId
Props
Arc-wrapped properties for O(1) clone with copy-on-write semantics.
Enums
§
IRNode
First-class IR node - distinguishes between regular elements and control flow constructs This provides type-safe pattern matching in the reconciler and clear separation of concerns
Value
IR value - either static or a binding to reactive state
Type Aliases
§
Props
Map
Properties map type (underlying storage)