solana-program 1.17.9

Solana Program
Documentation
1
2
3
4
5
6
7
8
9
10
#![doc(hidden)]
//! Types with stable memory layouts
//!
//! Internal use only; here be dragons!

pub mod stable_instruction;
pub mod stable_rc;
pub mod stable_ref_cell;
pub mod stable_slice;
pub mod stable_vec;