1 2 3 4 5 6 7
//! The Rust-based BPF program entrypoint supported by the latest BPF loader. //! //! For more information see the [`bpf_loader`] module. //! //! [`bpf_loader`]: crate::bpf_loader pub use solana_program::entrypoint::*;