vigor_agent

Crates.iovigor_agent
lib.rsvigor_agent
version0.1.8
sourcesrc
created_at2022-06-25 23:11:20.007261
updated_at2022-10-31 23:02:03.163902
descriptionClient library for Vigor servers.
homepage
repositoryhttps://dreamerslegacy.xyz/git/dlxyz/vigor_agent
max_upload_size
id613324
size25,041
perpetualCreations (perpetualCreations)

documentation

https://docs.rs/vigor_agent

README

vigor_agent

Rust client library for 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.

[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.

Commit count: 0

cargo fmt