Docs.rs
reqwest-enum-0.4.0
reqwest-enum 0.4.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
hewigovens
Dependencies
futures ^0.3.0
normal
optional
reqwest ^0.12.0
normal
reqwest-middleware ^0.4.2
normal
optional
serde ^1.0.0
normal
serde_json ^1.0.0
normal
thiserror ^2.0.12
normal
tokio ^1.0
dev
Versions
15.19%
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
EndpointFn
reqwest_
enum
0.4.0
In reqwest_
enum::
provider
reqwest_enum
::
provider
Type Alias
Endpoint
Fn
Copy item path
Source
pub type EndpointFn<T> =
fn
(target:
&T
) ->
String
;