Docs.rs
hirola-dom-0.4.0
hirola-dom 0.4.0
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
geofmureithi
Dependencies
discard ^1
normal
hirola-core ^0.4.0
normal
hirola-macros ^0.4.0
normal
log ^0.4
normal
matchit ^0.7
normal
strum ^0.25.0
normal
wasm-bindgen ^0.2
normal
wasm-bindgen-futures ^0.4.39
normal
web-sys ^0.3.66
normal
wasm-bindgen-test ^0.3.39
dev
Versions
24.44%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
hirola_dom
0.4.0
All Items
Modules
Structs
Enums
Functions
Type Aliases
?
Crate
hirola_dom
source
·
[
−
]
Modules
app
dom_test_utils
effects
mixins
node_ref
References to nodes in templates.
types
Structs
Dom
Rendering backend for the DOM.
Event
The
Event
class.
Enums
DomSideEffect
Functions
mount
Mounts a
Dom
and runs it forever See also
render
with
parent
being the
<body>
tag.
mount_to
Mount a
Dom
to a
parent
node. For rendering under the
<body>
tag, use
render()
instead.
render
Render a
Dom
into the DOM. Alias for
render_to
with
parent
being the
<body>
tag.
render_to
Render a
Dom
under a
parent
node. For rendering under the
<body>
tag, use
render()
instead.
spawn
Type Aliases
EventHandlers