//! @brief Solana Rust-based BPF program utility functions and types #![no_std] pub mod entrypoint; pub mod log;