Docs.rs
rust-webx-core-0.3.0
rust-webx-core 0.3.0
Docs.rs crate page
MIT
09 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
lusida2026
Dependencies
async-trait ^0.1
normal
inventory ^0.3
normal
rust-dix ^0.6
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
tokio ^1
normal
tracing ^0.1
normal
Versions
60.45%
of the crate is documented
Platform
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
Skip to main content
Module routing
rust_
webx_
core
0.3.0
Module routing
Module Items
Structs
Enums
Traits
In crate rust_
webx_
core
rust_webx_core
Module
routing
Copy item path
Source
Expand description
Routing traits: IRouter and IEndpoint.
Structs
§
Route
Meta
Route metadata: method + path pattern.
Enums
§
Http
Method
HTTP methods supported by the framework.
Traits
§
IEndpoint
An endpoint handler is the terminal component in the middleware pipeline.
IRouter
Router that matches incoming HTTP requests to registered endpoints.