solana_stable_layout/
lib.rs

1//! Types with stable memory layouts
2//!
3//! Internal use only; here be dragons!
4
5pub mod stable_instruction;
6pub mod stable_rc;
7pub mod stable_ref_cell;
8pub mod stable_slice;
9pub mod stable_vec;