Docs.rs
rust-api-kit-0.1.1
rust-api-kit 0.1.1
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
sterrlia
Dependencies
anyhow ^1.0.98
normal
optional
async-trait ^0.1.88
normal
axum ^0.8.3
normal
optional
reqwest ^0.12.20
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
tracing ^0.1.41
normal
optional
url ^2.5.4
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
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
rust_
api_
kit
0.1.1
rust_api_kit
Macro
generate_routes
Copy item path
Source
macro_rules! generate_routes { ( $( $req_ty:ty => $handler:path ),* $(,)? ) => { ... }; }