File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
1+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
22
33//! An RPC client to interact with Solana programs written in [`anchor_lang`].
44//!
Original file line number Diff line number Diff line change 1- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
1+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
22
33//! Anchor ⚓ is a framework for Solana's Sealevel runtime providing several
44//! convenient developer tools.
Original file line number Diff line number Diff line change 1- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
1+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
22
33pub mod codegen;
44pub mod parser;
Original file line number Diff line number Diff line change 1- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
1+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
22
33//! Anchor CPI wrappers for popular programs in the Solana ecosystem.
44
You can’t perform that action at this time.
0 commit comments