Docs.rs
ryde-0.3.0
ryde 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
swlkr
Dependencies
axum ^0.7
normal
axum-extra ^0.9
normal
http-body-util ^0.1
normal
itoa ^1.0
normal
rusqlite ^0.31
normal
ryde_macros ^0.1.0
normal
ryu ^1.0
normal
seq-macro ^0.3
normal
serde ^1
normal
tokio ^1
normal
tokio-rusqlite ^0.5
normal
tower ^0.4
normal
Versions
0%
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
Module futures
ryde
0.3.0
Module futures
Module Items
Structs
In ryde::
task
ryde
::
task
Module
futures
Copy item path
Source
Expand description
Task-related futures.
Structs
ยง
Task
Local
Future
A future that sets a value
T
of a task local for the future
F
during its execution.