Docs.rs
paseto-v4-0.1.0-rc.8
paseto-v4 0.1.0-rc.8
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
conradludgate
Dependencies
argon2 ^0.5.0
normal
optional
blake2 ^0.10.6
normal
optional
chacha20 ^0.9.1
normal
optional
cipher ^0.4.4
normal
curve25519-dalek ^4.0.0
normal
optional
digest ^0.10.7
normal
ed25519-dalek ^2.0.0
normal
optional
generic-array ^0.14
normal
getrandom ^0.3
normal
optional
paseto-core ^0.1.0-rc.8
normal
sha2 ^0.10
normal
optional
zerocopy ^0.8
normal
hex ^0.4
dev
paseto-json ^0.1.0-rc.8
dev
Versions
80%
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
KeyId
paseto_
v4
0.1.0-rc.8
KeyId
Aliased Type
In crate paseto_
v4
paseto_v4
Type Alias
KeyId
Copy item path
Source
pub type KeyId<K> =
KeyId
<
V4
, K>;
Expand description
A short ID for a key.
Aliased Type
ยง
pub struct KeyId<K> {
/* private fields */
}