gmsol-store 0.6.0

GMX-Solana is an extension of GMX on the Solana blockchain.
Documentation
#[cfg(feature = "cpi")]
mod cpi;

#[cfg(feature = "cpi")]
pub use self::cpi::*;

pub(crate) mod internal;

/// Chunk by.
pub mod chunk_by;

/// Pubkey utils.
pub mod pubkey;

/// Token utils.
pub mod token;

/// Fixed-size string.
pub mod fixed_str;

/// Dynamic Access.
pub mod dynamic_access;

/// Logging utils.
pub mod logging;

/// Utils for deserializing "zero-copy" account.
#[cfg(feature = "utils")]
pub mod de;