Docs.rs
dtmrs-server-0.5.0
dtmrs-server 0.5.0
Permalink
Docs.rs crate page
Apache-2.0
13 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
jackwangfeng
Dependencies
anyhow ^1
normal
axum ^0.8
normal
dtmrs-core ^0.5.0
normal
dtmrs-store ^0.5.0
normal
prost ^0.14
normal
optional
rand ^0.8
normal
reqwest ^0.12
normal
serde ^1
normal
serde_json ^1
normal
tokio ^1
normal
tonic ^0.14
normal
optional
tonic-prost ^0.14
normal
optional
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
axum ^0.8
dev
dtmrs-xa ^0.5.0
dev
prost ^0.14
dev
redis ^1
dev
sqlx ^0.8
dev
tokio ^1
dev
tokio-stream ^0.1
dev
tonic ^0.14
dev
tonic-prost ^0.14
dev
protoc-bin-vendored ^3
build
tonic-prost-build ^0.14
build
Versions
54%
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
router
dtmrs_
server
0.5.0
In dtmrs_
server::
http
dtmrs_server
::
http
Function
router
Copy item path
Source
pub fn router(app:
App
) ->
Router
Expand description
不带认证的 router(本地/内网用)。要保护请用
router_with_auth