Module abi_stable::external_types[][src]

Expand description

Ffi wrapper for types defined outside the standard library.

The modules here are named after the crates whose types are being wrapped.

Re-exports

pub use self::parking_lot::RMutex;
pub use self::parking_lot::RRwLock;
pub use self::parking_lot::ROnce;
pub use self::serde_json::RawValueRef;
pub use self::serde_json::RawValueBox;

Modules

Ffi-safe wrapper types around the crossbeam-channel channel types.

Ffi-safe synchronization primitives,most of which are ffi-safe wrappers of parking_lot types

serde_jsonserde_json

Ffi-safe equivalents of serde_json types.