Docs.rs
atproto-identity-0.13.0
atproto-identity 0.13.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ngerakines
Dependencies
anyhow ^1.0
normal
async-trait ^0.1.88
normal
clap ^4.5
normal
optional
ecdsa ^0.16.9
normal
elliptic-curve ^0.13.8
normal
hickory-resolver ^0.25
normal
optional
k256 ^0.13.4
normal
lru ^0.12
normal
optional
multibase ^0.9.1
normal
p256 ^0.13.2
normal
p384 ^0.13.0
normal
rand ^0.8
normal
reqwest ^0.12
normal
serde ^1.0
normal
serde_ipld_dagcbor ^0.6.3
normal
serde_json ^1.0
normal
thiserror ^2.0
normal
tokio ^1.41
normal
tracing ^0.1
normal
urlencoding ^2.1
normal
zeroize ^1.8.1
normal
optional
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
QueryParam
atproto_
identity
0.13.0
In atproto_
identity::
url
atproto_identity
::
url
Type Alias
Query
Param
Copy item path
Source
pub type QueryParam<'a> = (&'a
str
, &'a
str
);
Expand description
A single query parameter as a key-value pair.