Docs.rs
mech-html-0.1.0
mech-html 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
cmontella
Dependencies
base64 ^0.20.0
normal
bincode ^1.3.3
normal
crossbeam-channel ^0.5.6
normal
hashbrown ^0.13.1
normal
js-sys ^0.3.60
normal
lazy_static ^1.4.0
normal
mech-core ^0.1
normal
mech-utilities ^0.1
normal
miniz_oxide ^0.6.2
normal
wasm-bindgen ^0.2.83
normal
web-sys ^0.3.60
normal
wasm-bindgen-test ^0.3.33
dev
Versions
0%
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
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
☰
In mech_html
?
Function
mech_html
::
render_value
source
·
[
−
]
pub fn render_value(
value:
Value
,
document: &
Document
,
core: &
Core
) ->
Result
<
Element
,
JsValue
>