Docs.rs
natrix-0.2.0
natrix 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
vivax3794
Dependencies
either ^1.0.0
normal
optional
futures ^0.3.31
normal
optional
gloo ^0.11.0
normal
optional
itoa ^1.0.14
normal
natrix_macros ^0.2.0
normal
natrix_shared ^0.2.0
normal
ouroboros ^0.18.0
normal
optional
ryu ^1.0.0
normal
slotmap ^1.0.6
normal
wasm-bindgen ^0.2.100
normal
wasm-bindgen-futures ^0.4.50
normal
optional
web-sys ^0.3.77
normal
getrandom ^0.2.0
dev
proptest ^1.6.0
dev
wasm-bindgen-test ^0.3.50
dev
rustversion ^1.0.19
build
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
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
natrix
0.2.0
In natrix::
async_
utils
natrix
::
async_utils
Function
sleep
Copy item path
Source
pub async fn sleep(time:
Duration
)
Expand description
Sleeps for the given duration using js
setTimeout
.