1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-01-19 05:49:19 +02:00

Merge pull request #98 from pyros2097/patch-3

add Authentication category and rust-jwt
This commit is contained in:
kud1ing 2015-11-23 14:46:32 +01:00
commit 9a598f59a9

View File

@ -15,6 +15,7 @@ The goal is to have only projects that are mostly stable and useful to users.
- [Testing](#testing)
- [Libraries](#libraries)
- [Audio](#audio)
- [Authentication](#authentication)
- [Build system](#build-system)
- [Cloud](#cloud)
- [Command-line argument parsing](#command-line-argument-parsing)
@ -127,6 +128,11 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs](
* [RustAudio](https://github.com/RustAudio)
* [samdoshi/portmidi-rs](https://github.com/samdoshi/portmidi-rs) — [PortMidi](http://portmedia.sourceforge.net/portmidi/) bindings [<img src="https://travis-ci.org/samdoshi/portmidi-rs.svg?branch=master">](https://travis-ci.org/samdoshi/portmidi-rs)
### Authentication
* [keats/rust-jwt](https://github.com/keats/rust-jwt) — JWT lib in rust [![Build Status](https://api.travis-ci.org/Keats/rust-jwt.svg?branch=master)](https://travis-ci.org/Keats/rust-jwt)
### Build system
* [Cargo](https://crates.io/) — the Rust package manager