Docs.rs
worker-rapid-0.9.0
worker-rapid 0.9.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
jihuayu
Dependencies
async-trait ^0.1.88
normal
axum ^0.8
normal
optional
bytes ^1.5
normal
chrono ^0.4.41
normal
chrono-tz ^0.10.3
normal
optional
futures-channel ^0.3.31
normal
futures-util ^0.3.31
normal
http ^1.3
normal
http-body ^1
normal
js-sys ^0.3.90
normal
matchit ^0.7
normal
pin-project ^1.1.0
normal
serde ^1.0.164
normal
serde-wasm-bindgen ^0.6.5
normal
serde_json ^1.0.140
normal
serde_urlencoded ^0.7
normal
tokio ^1.28
normal
tokio-postgres ^0.7
normal
optional
url ^2.4.0
normal
wasm-bindgen ^0.2.113
normal
wasm-bindgen-futures ^0.4.63
normal
wasm-streams ^0.5.0
normal
web-sys ^0.3.90
normal
worker-macros-rapid ^0.9.0
normal
worker-sys-rapid ^0.9.0
normal
wasm-bindgen-test ^0.3.63
dev
Versions
43.7%
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
from_js_value
worker
0.9.0
worker
Function
from_
js_
value
Copy item path
Source
pub fn from_js_value<T:
DeserializeOwned
>(value:
JsValue
) ->
Result
<T>