loam-soroban-sdk

Crates.ioloam-soroban-sdk
lib.rsloam-soroban-sdk
version0.6.15
sourcesrc
created_at2023-08-31 18:45:50.509319
updated_at2024-09-30 12:56:23.173199
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
size7,803
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 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: 0

cargo fmt