2 releases

0.1.3 Sep 11, 2024
0.1.2 Aug 29, 2024
0.1.1 Aug 29, 2024
0.1.0 Aug 29, 2024

#17 in #parsed

Download history 282/week @ 2024-08-25 15/week @ 2024-09-01 87/week @ 2024-09-08 54/week @ 2024-09-15 17/week @ 2024-09-22 41/week @ 2024-09-29

199 downloads per month

MIT/Apache

31KB
327 lines

Shyft Rust SDK

Crates.io CI Documentation

shyft-rs-sdk is a Rust library for interacting with the Shyft API.

IMPORTANT: This is not an official SDK. It is a personal project for learning Rust and API development. The included endpoints are primarily for personal use in my own projects and may not cover all features of the Shyft API. However, new endpoints can be added upon request. Contributions are welcome!

Docs | Examples

Features

Installation

Run the following command in your project directory:

cargo add shyft-rs-sdk

Usage

The examples folder contains various examples of how to use the Shyft Rust SDK. The docs also provide lots of code snippets and examples.

Contribution

Your contributions are welcome! Please ensure your code follows the existing style and includes documentation, examples and tests for any new functionality.

License

This project is licensed under the MIT OR Apache-2.0 license.

Dependencies

~5–16MB
~218K SLoC