An open API service indexing awesome lists of open source software.

https://github.com/hypervideo/workos-rust

Rust SDK for interacting with the WorkOS API.
https://github.com/hypervideo/workos-rust

Last synced: about 1 year ago
JSON representation

Rust SDK for interacting with the WorkOS API.

Awesome Lists containing this project

README

          

# workos

[![Crates.io](https://img.shields.io/crates/v/workos.svg)](https://crates.io/crates/workos)
[![Docs.rs](https://docs.rs/workos/badge.svg)](https://docs.rs/workos/)
[![Crates.io](https://img.shields.io/crates/l/workos.svg)](https://github.com/workos/workos-rust/blob/master/LICENSE)

> **Note:** this an experimental SDK and breaking changes may occur. We don't recommend using this in production since we can't guarantee its stability.

The WorkOS library for Rust provides convenient access to the WorkOS API from applications written in Rust.

## Credits

This project is based on the original `workos` Rust library created by [WorkOS](https://github.com/workos).

## License

This project is available under the [MIT license](LICENSE.md).