Skip to content

soracom/orbit-sdk-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages