Docs.rs
server-less-core-0.2.1-alpha.1
server-less-core 0.2.1-alpha.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
pterror
Dependencies
axum ^0.8
normal
optional
clap ^4
normal
optional
futures ^0.3
normal
optional
futures-core ^0.3
normal
http ^1
normal
jaq-core ^2
normal
optional
jaq-json ^1
normal
optional
jaq-std ^2
normal
optional
schemars ^1
normal
optional
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
tokio ^1
normal
optional
Versions
82.05%
of the crate is documented
Go to latest stable release
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
Module extract
server_
less_
core
0.2.1-alpha.1
Module extract
Module Items
Structs
In crate server_
less_
core
server_less_core
Module
extract
Copy item path
Source
Expand description
Context and parameter extraction types.
Structs
ยง
Context
Protocol-agnostic request context.
Json
Marker type for parameters that should be extracted from request body
Path
Marker type for parameters that should be extracted from the URL path
Query
Marker type for parameters that should be extracted from query string