22 releases

new 0.0.32 Mar 19, 2025
0.0.31 Mar 19, 2025
0.0.29 Feb 6, 2025
0.0.28 Dec 19, 2024
0.0.9 Oct 28, 2024

#272 in Hardware support

Download history 88/week @ 2024-11-29 214/week @ 2024-12-06 66/week @ 2024-12-13 47/week @ 2024-12-20 23/week @ 2024-12-27 46/week @ 2025-01-31 94/week @ 2025-02-07 34/week @ 2025-02-14 116/week @ 2025-02-28 36/week @ 2025-03-07 82/week @ 2025-03-14

234 downloads per month

AGPL-3.0-or-later

36KB
935 lines

make87 Banner Logo

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:

[dependencies]
make87 = "*"  # 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:

cargo doc --open

Then, build the documentation using MkDocs:

mkdocs build

Contributing

We welcome contributions to the make87 SDK. Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Make your changes.
  4. Ensure all tests pass.
  5. Submit a pull request.

Dependencies

~25–36MB
~543K SLoC