Docs.rs
tower-webdev-0.1.0
tower-webdev 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
ijsnow
Dependencies
bytes ^1.10
normal
fs_extra ^1.3.0
normal
futures-util ^0.3
normal
http ^1.2
normal
http-body ^1.0
normal
http-body-util ^0.1.2
normal
hyper ^1.6
normal
insecure-reverse-proxy ^0.1.0
normal
pin-project ^1.1.10
normal
serde ^1.0.218
normal
serde_json ^1.0.139
normal
tempfile ^3.17
normal
tokio ^1.43
normal
tower ^0.5.2
normal
tower-http ^0.6.1
normal
tracing ^0.1.41
normal
axum ^0.8.1
dev
tokio ^1.43
dev
tracing-subscriber ^0.3.17
dev
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
Files
tower_webdev/
lib.rs
1
mod
webdev_service;
2
3
pub use
webdev_service::
*
;