Docs.rs
reqsign-core-3.0.1
reqsign-core 3.0.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
Xuanwo
tisonkun
Dependencies
anyhow ^1
normal
base64 ^0.22
normal
bytes ^1
normal
form_urlencoded ^1
normal
futures ^0.3
normal
hex ^0.4
normal
hmac ^0.13
normal
http ^1
normal
jiff ^0.2
normal
log ^0.4
normal
percent-encoding ^2
normal
sha1 ^0.11
normal
sha2 ^0.11
normal
rsa ^0.9.2
normal
serde ^1
normal
serde_json ^1
normal
windows-sys ^0.61.0
normal
Versions
100%
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
Module jwt
reqsign_
core
3.0.1
Module jwt
Module Items
Functions
In crate reqsign_
core
reqsign_core
Module
jwt
Copy item path
Source
Expand description
JWT encoding helpers.
Functions
ยง
encode_
rs256
Encode a JWS compact JWT using the RS256 algorithm.
encode_
rs256_
pem
Encode a JWS compact JWT using an RSA private key in PKCS#8 PEM format.