make87 SDK for Rust
Overview
The make87 SDK for Rust provides tools and libraries to interact with the make87 platform. This SDK is designed to be compatible with Rust 2021 edition.
Installation
To add the SDK to your project, include it in your Cargo.toml:
[]
= "*" # replace with latest version
Dependencies
The SDK has the following dependencies:
once_cell = "1.20.2"prost = "0.13"serde = { version = "1.0.210", features = ["derive"] }serde_json = "1.0.128"thiserror = "1.0.63"tokio = { version = "1.16.1", features = ["time"] }zenoh = { version = "1.2.1", features = ["unstable"] }
Documentation
To build the documentation locally, use the following command:
Then, build the documentation using MkDocs:
Contributing
We welcome contributions to the make87 SDK. Please follow these steps to contribute:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Make your changes.
- Ensure all tests pass.
- Submit a pull request.