<p align="center">
<img src="https://github.com/Authress/authress-sdk.cs/assets/5056218/924fb776-9588-4d4a-adf7-33682fa29356" height="300px" alt="Authress Media Banner">
</p>
# Authress SDK for Rust
<p align="center">
<a href="https://crates.io/crates/authress" alt="Authress SDK on crates.io"><img src="https://img.shields.io/crates/v/authress.svg"></a>
<a href="./LICENSE" alt="Apache-2.0"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a>
<a href="https://authress.io/community" alt="authress community"><img src="https://img.shields.io/badge/Community-Authress-fbaf0b.svg"></a>
<a href="https://github.com/Authress/authress-sdk.rs/actions" alt="GitHub action status"><img src="https://github.com/authress/authress-sdk.rs/actions/workflows/build.yml/badge.svg"></a>
</p>
This is the Authress SDK used to integrate with the authorization as a service provider Authress at https://authress.io.
## How to use the SDK
### Install
```sh
cargo add authress
```
### Reference Guide
See the SDK reference guide for a examples of commonly executed blocks with descriptions.
[SDK Documentation](./docs/README.md)
### Contribution Guide
[Developing for the Rust SDK](./contributing.md)