Docs.rs
stdweb-0.4.20
stdweb 0.4.20
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
koute
Dependencies
discard ^1.0.3
normal
futures-channel-preview ^0.3.0-alpha.15
normal
optional
futures-core-preview ^0.3.0-alpha.15
normal
optional
futures-executor-preview ^0.3.0-alpha.15
normal
optional
futures-util-preview ^0.3.0-alpha.15
normal
optional
serde ^1
normal
optional
serde_json ^1
normal
optional
stdweb-derive =0.5.3
normal
stdweb-internal-macros =0.2.9
normal
stdweb-internal-runtime ^0.1
normal
serde_derive ^1
dev
serde_json ^1
dev
rustc_version ^0.2
build
wasm-bindgen ^0.2
normal
stdweb-internal-test-macro ^0.1
dev
wasm-bindgen-test ^0.2
dev
Versions
100%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
stdweb
0.4.20
Module unstable
Module Items
Enums
Traits
In crate stdweb
stdweb
Module
unstable
Copy item path
Source
Expand description
A module containing stable counterparts to currently unstable Rust features.
Enums
§
Void
An uninhabited type for use in statically impossible cases.
Traits
§
TryFrom
Attempt to construct Self via a conversion.
TryInto
An attempted conversion that consumes self, which may or may not be expensive.