loam-sdk-macro

Crates.ioloam-sdk-macro
lib.rsloam-sdk-macro
version0.8.0
sourcesrc
created_at2023-08-31 18:44:23.670814
updated_at2024-07-13 19:57:54.950456
descriptionMacros needed by loam-sdk
homepage
repository
max_upload_size
id960293
size23,027
Willem Wyndham (willemneal)

documentation

README

loam-sdk-macro

This crate contains the source for the macros that all subcontracts depend on, such as the #[subcontract] macro itself. Rust macros generate code, allowing users to write less. These macros generate the code necessary for all Subcontracts, and do so in a way that makes it easy to author your own Subcontracts.

#[subcontract] is an attribute procedural macro (proc macro) that you need when you create your own subcontracts.

Aside from #[subcontract], this crate also contains the implementation for some derive macros such as IntoKey, which structs in the subcontract need to derive in order to lazily load and store their state on the blockchain.

For more information about how to use and author Subcontracts, see the loam-sdk README.

See lib.rs for the implementations of subcontract, IntoKey, and other macros.

Commit count: 0

cargo fmt