| Crates.io | loam-soroban-sdk |
| lib.rs | loam-soroban-sdk |
| version | 0.6.16 |
| created_at | 2023-08-31 18:45:50.509319+00 |
| updated_at | 2025-01-22 19:07:21.151369+00 |
| description | A wrapper around the soroban-sdk, providing some soroban specific traits |
| homepage | |
| repository | https://github.com/loambuild/loam/tree/main/crates/loam-soroban-sdk |
| max_upload_size | |
| id | 960295 |
| size | 64,087 |
Wrapper around Soroban SDK which adds features needed by Loam SDK, such as:
loamstorage macroIntoKey derive macro that relies on Soroban SDK's specificsenv 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, ...)).