atlas_stable_layout/
lib.rs

1//! Types with stable memory layouts
2//!
3//! Internal use only; here be dragons!
4#![cfg_attr(docsrs, feature(doc_cfg))]
5
6pub mod stable_instruction;
7pub mod stable_rc;
8pub mod stable_ref_cell;
9pub mod stable_slice;
10pub mod stable_vec;