loam-soroban-sdk

Crates.ioloam-soroban-sdk
lib.rsloam-soroban-sdk
version0.6.10
sourcesrc
created_at2023-08-31 18:45:50.509319
updated_at2024-07-15 18:02:44.158062
descriptionA wrapper around the soroban-sdk, providing some soroban specific traits
homepage
repository
max_upload_size
id960295
size5,862
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