euv-core 0.18.21

A declarative, cross-platform UI framework for Rust with virtual DOM, reactive signals, and HTML macros for WebAssembly.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod cache;
mod hook;
mod inner;
mod keyed;
mod node;
mod noderef;
mod portal;
mod raw;
mod raw_html;
mod signal;
mod vdom;
mod vdom_node;

use euv_core::*;

use std::{borrow::Cow, cell::Cell, rc::Rc};

use wasm_bindgen::JsValue;