Docs.rs
hypen-engine-0.4.39
hypen-engine 0.4.39
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.4.39
normal
hypen-tailwind-parse ^0.4.39
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
75.12%
of the crate is documented
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 diff
hypen_
engine
0.4.39
Module diff
Module Items
Functions
In hypen_
engine::
reconcile
hypen_engine
::
reconcile
Module
diff
Copy item path
Source
Functions
ยง
create_
ir_
node_
tree
Create a tree from an IRNode (supports ForEach, When/If, and regular elements)
create_
tree
Create a new subtree from an element
diff_
props
Diff two sets of props and generate SetProp/RemoveProp patches
reconcile
Reconcile an element tree against the instance tree and generate patches
reconcile_
ir
Reconcile an IRNode tree against the instance tree and generate patches This is the primary entry point for the IRNode-based reconciliation system, which supports first-class ForEach, When/If, and custom item variable names.
reconcile_
ir_
node
Reconcile an existing tree against a new IRNode
reconcile_
ir_
with_
ds
Reconcile an IRNode tree with data source context
reconcile_
node
Reconcile a single node with a new element
reconcile_
with_
ds
Reconcile an element tree with data source context