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::ROnce;
pub use self::parking_lot::RRwLock;
pub use self::serde_json::RawValueBox;
pub use self::serde_json::RawValueRef;
Modules§
- crossbeam_
channel - Ffi-safe wrapper types around the crossbeam-channel channel types.
- parking_
lot - Ffi-safe synchronization primitives,most of which are ffi-safe wrappers of parking_lot types
- serde_
json - Ffi-safe equivalents of
serde_json
types.