14 releases
new 0.6.15 | Sep 30, 2024 |
---|---|
0.6.13 | Jul 20, 2024 |
0.6.7 | Mar 22, 2024 |
0.6.5 | Sep 22, 2023 |
#486 in Magic Beans
315 downloads per month
Used in 7 crates
(via loam-sdk)
7KB
100 lines
loam-soroban-sdk
Wrapper around Soroban SDK which adds features needed by Loam SDK, such as:
- lazy getting and setting
- implementation of Loam's
IntoKey
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, ...)
vsmy_method(&mut self, ...)
).
Dependencies
~15–24MB
~406K SLoC