vigor_agent 0.1.3

Client library for Vigor servers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# vigor_agent
Rust client library for [Vigor](https://dreamerslegacy.xyz/git/dlxyz/vigor), the JWT-based state-less HTTP authentication server. Implements methods for account management and token retrieval.

## Install
Under your `Cargo.toml` file, insert the following line into the `dependencies` section.

```toml
[dependencies]
vigor_agent = "0.1.2"
```
Upon running `cargo build`, the Cargo package for this library and its dependencies will be automatically downloaded and installed.