solana_stable_layout/
lib.rs

1
2
3
4
5
6
7
8
9
//! 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;