Crates.io | vigor_agent |
lib.rs | vigor_agent |
version | 0.1.8 |
source | src |
created_at | 2022-06-25 23:11:20.007261 |
updated_at | 2022-10-31 23:02:03.163902 |
description | Client library for Vigor servers. |
homepage | |
repository | https://dreamerslegacy.xyz/git/dlxyz/vigor_agent |
max_upload_size | |
id | 613324 |
size | 25,041 |
Rust client library for Vigor, the JWT-based state-less HTTP authentication server. Implements methods for account management and token retrieval.
Under your Cargo.toml
file, insert the following line into the dependencies
section.
[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.