5 stable releases

new 21.0.1 Apr 23, 2024
21.0.0 Apr 17, 2024
20.3.0 Mar 15, 2024
20.2.2 Feb 13, 2024
0.0.1 Jan 10, 2024

#16 in Magic Beans

Download history 1/week @ 2024-01-09 885/week @ 2024-02-06 585/week @ 2024-02-13 562/week @ 2024-02-20 367/week @ 2024-02-27 124/week @ 2024-03-05 155/week @ 2024-03-12 142/week @ 2024-03-19 72/week @ 2024-03-26 393/week @ 2024-04-02 199/week @ 2024-04-09 932/week @ 2024-04-16

1,600 downloads per month

Apache-2.0

2MB
40K SLoC

rs-soroban-env

Rust contract-environment interface and (optional) host implementation for Soroban.

The soroban-env-common crate contains elements of the shared environment-interface between smart contract guest and host: the Env trait that defines the set of available environment functions as well as the Val type that can pass back and forth through the WASM calling convention. Additionally small wrappers around subtypes of Val are included: Object, Symbol, Error, etc.

The soroban-env-guest crate contains the guest-side stub implementation of the environment interface called Guest dependent on extern fns provided by the host implementation. This can be used in a WASM runtime that provides the extern fns.

The soroban-env-host crate contains the host-side full implementation of the environment interface called Host. This can be used either in the real blockchain host, or for local testing in the SDK.

Dependencies

~18MB
~365K SLoC