Skip to content

soracom/orbit-sdk-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.