1
0
mirror of https://github.com/BitskiCo/jwk-rs synced 2025-06-21 02:15:18 +00:00

Add badges to readme

This commit is contained in:
Nick Hynes
2020-07-14 00:14:08 +00:00
parent 06e93ec0b4
commit 7a8536dabe
4 changed files with 6 additions and 4 deletions

View File

@ -1,8 +1,6 @@
#![allow(incomplete_features)]
#![feature(box_syntax, const_generics, fixed_size_array)]
//! # jsonwebkey
//!
//! *[JSON Web Key (JWK)](https://tools.ietf.org/html/rfc7517#section-4.3) (de)serialization, generation, and conversion.*
//!
//! **Note**: this crate requires Rust nightly >= 1.45 because it uses