Sha256: d504f494f08eb23dc459a58a6f48dfcc342ed48b307b6d2e6d951cb3e603f090
Contents?: true
Size: 364 Bytes
Versions: 28
Compression:
Stored size: 364 Bytes
Contents
//! Hidden symbols from Ruby that we need to link to, not exposed to users. //! //! Note: Using these symbols is an absolute last resort. Try to use the //! official Ruby C API if at all possible. extern "C" { /// A pointer to the current Ruby VM. #[cfg(all(ruby_gt_2_4, ruby_lte_3_2))] pub(crate) static ruby_current_vm_ptr: *mut crate::ruby_vm_t; }
Version data entries
28 entries across 28 versions & 1 rubygems