loam-soroban-sdk

Crates.ioloam-soroban-sdk
lib.rsloam-soroban-sdk
version0.6.16
created_at2023-08-31 18:45:50.509319+00
updated_at2025-01-22 19:07:21.151369+00
descriptionA wrapper around the soroban-sdk, providing some soroban specific traits
homepage
repositoryhttps://github.com/loambuild/loam/tree/main/crates/loam-soroban-sdk
max_upload_size
id960295
size64,087
Willem Wyndham (willemneal)

documentation

README

loam-soroban-sdk

Wrapper around Soroban SDK which adds features needed by Loam SDK, such as:

  • lazy getting and setting
  • implementation of loamstorage macro
  • deprecated implementation of Loam'sIntoKey derive macro that relies on Soroban SDK's specifics
  • abstraction of Soroban SDK's env to enable Loam SDK-authored contracts to avoid referencing it at all and use Rust's standard mutable/immutable method definition syntax (my_method(&self, ...) vs my_method(&mut self, ...)).
Commit count: 144

cargo fmt