Docs.rs
rustview-0.1.7
rustview 0.1.7
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
EdgeTypE
Dependencies
async-stream ^0.3
normal
axum ^0.8
normal
base64 ^0.22.1
normal
bore-cli ^0.6
normal
bytes ^1
normal
dashmap ^6
normal
fnv ^1
normal
futures-core ^0.3
normal
once_cell ^1
normal
rustview-macros ^0.1.7
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
tokio ^1
normal
tower ^0.5
normal
tower-http ^0.6
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
uuid ^1
normal
webbrowser ^1.0
normal
criterion ^0.5
dev
reqwest ^0.12
dev
tokio-test ^0.4
dev
Versions
92.06%
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 vdom
rustview
0.1.7
Module vdom
Module Items
Structs
Enums
Functions
In crate rustview
rustview
Module
vdom
Copy item path
Source
Structs
§
VNode
A virtual DOM node representing a UI element.
Enums
§
Patch
A patch operation to apply to the live DOM.
Functions
§
diff
Compute a minimal list of patches to transform
old
into
new
.