Crate ellipsis_macros
source ·Expand description
These macros are used cede generation in Solana smart contracts
Currently, the implemented macros can generate static program IDs and deterministic program derived addresses (the bump seed is autogenerated).
The code is forked from the Solana SDK (https://github.com/solana-labs/solana/blob/master/sdk/macro/src/lib.rs) and modified to support new features.