abi_stable 0.9.0

For doing Rust-to-Rust ffi,writing libraries loaded at program startup.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/*!
Documentation for macros,and guides. 
*/

pub mod get_static_equivalent;
pub mod prefix_types;
pub mod unsafe_code_guidelines;
pub mod library_evolution;
pub mod stable_abi_derive;
pub mod sabi_extern_fn;
pub mod sabi_trait_attribute;
pub mod sabi_nonexhaustive;
pub mod troubleshooting;