Docs.rs
paseto-core-0.1.0-rc.8
paseto-core 0.1.0-rc.8
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
conradludgate
Dependencies
serde_core ^1
normal
optional
Versions
96.64%
of the crate is documented
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
Module key
paseto_
core
0.1.0-rc.8
Module key
Module Items
Structs
Traits
In crate paseto_
core
paseto_core
Module
key
Copy item path
Source
Expand description
Core traits and types for PASETO keys.
Structs
§
Key
Generic key type.
Traits
§
HasKey
Declares that this PASETO implementation supports the given key type, as well as how to encode/decode the key.
KeyType
A marker for
Secret
,
Public
, and
Local
Sealing
Key
A marker for
Secret
and
Local
keys, used for signing and encrypting tokens.