Crates.io | make87 |
lib.rs | make87 |
version | |
source | src |
created_at | 2024-10-09 23:17:46.493713+00 |
updated_at | 2025-03-28 21:19:21.981797+00 |
description | Rust SDK for make87 platform. |
homepage | https://www.make87.com |
repository | https://github.com/make87/make87-rust |
max_upload_size | |
id | 1403188 |
Cargo.toml error: | TOML parse error at line 21, column 1 | 21 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.
To add the SDK to your project, include it in your Cargo.toml
:
[dependencies]
make87 = "*" # replace with latest version
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"] }
To build the documentation locally, use the following command:
cargo doc --open
Then, build the documentation using MkDocs:
mkdocs build
We welcome contributions to the make87 SDK. Please follow these steps to contribute: