Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.31 KB

README.md

File metadata and controls

35 lines (19 loc) · 1.31 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.

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.