[][src]Module abi_stable::docs

Documentation for macros,and guides.

Modules

prefix_types

Prefix-types are types that derive StableAbi along with the #[sabi(kind(Prefix(prefix_struct="PrefixEquivalent")))] attribute. This is mostly intended for vtables and modules.

stable_abi_derive

The StableAbi derive macro allows one to implement the StableAbi trait to :

unsafe_code_guidelines

This document describes all the things that are unsafe to do with abi_stable.