Crates.io | shyft-rs-sdk |
lib.rs | shyft-rs-sdk |
version | 0.1.3 |
source | src |
created_at | 2024-08-29 10:02:14.870066 |
updated_at | 2024-09-11 17:03:48.505274 |
description | Rust library for interacting with the Shyft API. |
homepage | |
repository | https://github.com/thelezend/shyft-rs-sdk |
max_upload_size | |
id | 1355926 |
size | 88,554 |
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!
Run the following command in your project directory:
cargo add shyft-rs-sdk
The examples folder contains various examples of how to use the Shyft Rust SDK. The docs also provide lots of code snippets and examples.
Your contributions are welcome! Please ensure your code follows the existing style and includes documentation, examples and tests for any new functionality.
This project is licensed under the MIT OR Apache-2.0 license.