Docs.rs
jwt_boiler-0.1.1
jwt_boiler 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
enokson
Dependencies
digest ^0.10.6
normal
hex ^0.4.3
normal
hmac ^0.12.1
normal
jwt ^0.16.0
normal
serde_json ^1.0.87
normal
sha2 ^0.10.6
normal
thiserror ^1.0.38
normal
uuid ^1.2.1
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
jwt_
boiler
0.1.1
All Items
Crate Items
Enums
Functions
Crate
jwt_boiler
Copy item path
Source
Enums
§
Error
JwtError
Value
Represents any valid JSON value.
Functions
§
from_
token
from_
value
Interpret a
serde_json::Value
as an instance of type
T
.
to_hash
to_
token
to_
value
Convert a
T
into
serde_json::Value
which is an enum that can represent any valid JSON data.
verify