Docs.rs
twirp-rs-0.3.0
twirp-rs 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
CleanCut
look
gorzell
aneubeck
tclem
code-search-bot
Dependencies
async-trait ^0.1
normal
axum ^0.7
normal
bytes ^1.5
normal
futures ^0.3
normal
http ^1.0
normal
http-body-util ^0.1
normal
hyper ^1.3
normal
prost ^0.12
normal
reqwest ^0.12
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
tokio ^1.38
normal
tower ^0.4
normal
url ^2.5
normal
Versions
31.96%
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
twirp_
rs
0.3.0
Module context
Module Items
Structs
In crate twirp_
rs
twirp_rs
Module
context
Copy item path
Source
Structs
ยง
Context
Context allows passing information between twirp rpc handlers and http middleware by providing access to extensions on the
http::Request
and
http::Response
.