Docs.rs
webmachine-rust-0.6.1
webmachine-rust 0.6.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
uglyog
rholshausen
Dependencies
anyhow ^1.0.98
normal
async-trait ^0.1.86
normal
bytes ^1.10.1
normal
chrono ^0.4.41
normal
futures ^0.3.31
normal
futures-util ^0.3.31
normal
hex ^0.4.3
normal
http ^1.3.1
normal
http-body-util ^0.1.3
normal
hyper ^1.6.0
normal
hyper-util ^0.1.11
normal
itertools ^0.14.0
normal
lazy_static ^1.5.0
normal
maplit ^1.0.2
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
tokio ^1.44.2
normal
tracing ^0.1.41
normal
expectest ^0.12.0
dev
test-log ^0.2.17
dev
Versions
100%
of the crate is documented
Go to latest version
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
webmachine_
rust
0.6.1
Module paths
Module Items
Functions
In crate webmachine_
rust
webmachine_rust
Module
paths
Copy item path
Source
Expand description
Utilities for matching URI paths
Functions
§
map_
path
Maps a request path against a template path, populating any variables from the template. Returns None if the paths don’t match.