#sdk #greet

microsandbox

A minimal Rust SDK for the Microsandbox project

1 unstable release

new 0.1.0 Apr 2, 2025

#1 in #greet

Apache-2.0

3KB

Microsandbox Rust SDK

A minimal Rust SDK for the Microsandbox project.

Installation

Add this to your Cargo.toml:

[dependencies]
microsandbox = "0.0.1"

Usage

use microsandbox::greet;

fn main() {
    // Print a greeting
    greet("World");
}

Examples

Check out the examples directory for sample scripts that demonstrate how to:

  • Use the basic features of the SDK
  • Run simple applications using the crate

License

Apache 2.0

No runtime deps