mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-08-14 22:23:35 -04:00
add Authentication category and rust-jwt
This commit is contained in:
parent
7e71ca247d
commit
ae1a4194e9
1 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,7 @@ The goal is to have only projects that are mostly stable and useful to users.
|
||||||
- [Testing](#testing)
|
- [Testing](#testing)
|
||||||
- [Libraries](#libraries)
|
- [Libraries](#libraries)
|
||||||
- [Audio](#audio)
|
- [Audio](#audio)
|
||||||
|
- [Authentication](#authentication)
|
||||||
- [Build system](#build-system)
|
- [Build system](#build-system)
|
||||||
- [Cloud](#cloud)
|
- [Cloud](#cloud)
|
||||||
- [Command-line argument parsing](#command-line-argument-parsing)
|
- [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)
|
* [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)
|
* [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 [](https://travis-ci.org/Keats/rust-jwt)
|
||||||
|
|
||||||
|
|
||||||
### Build system
|
### Build system
|
||||||
|
|
||||||
* [Cargo](https://crates.io/) — the Rust package manager
|
* [Cargo](https://crates.io/) — the Rust package manager
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue