Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.51 KB

README.md

File metadata and controls

39 lines (21 loc) · 1.51 KB

SORACOM Orbit SDK for Rust

This is the SDK for Rust programming language for SORACOM Orbit.

Please use it to generate WASM modules for data transformation processing in SORACOM Orbit from Rust language source code.

Prerequisites

To compile the SDK itself, as well as programs using the SDK, Rust toolchain is required. Please install it in advance.

After installing Rust, please install the required WASM target:

rustup target add wasm32-unknown-unknown

Usage

The src directory in this repository contains the SDK's source code. For more specific usage, please refer to each sample in the examples directory.

Notice

Please use the latest tagged release that supports the features currently available on the Soracom platform. The main branch may contain unreleased features and could break your code.

Examples

The examples directory in this repository includes the following samples:

License

This SDK is released under the MIT License. For details, please see the LICENSE file.