rusty_paserk 0.5.0

Platform Agnostic Serializable Keys (PASERK) is an extension on PASETO for key management
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# rusty_paserk

![CI status](https://img.shields.io/github/actions/workflow/status/conradludgate/rusty-paserk/rust.yml?style=for-the-badge)
[![crates.io version](https://img.shields.io/crates/v/rusty_paserk?style=for-the-badge)](https://crates.io/crates/rusty_paserk)
[![docs.rs](https://img.shields.io/docsrs/rusty_paserk?style=for-the-badge)](https://docs.rs/rusty_paserk)

An extension of [`rusty_paseto`](https://github.com/rrrodzilla/rusty_paseto) adding the [Platform Agnostic Serializable Keys](https://github.com/paseto-standard/paserk) specifications on top.

## Examples

Examples can be found on [docs.rs](https://docs.rs/rusty_paserk) online, or in the `src/lib.rs` file.