Module bindings

Source
Expand description

Raw bindings to libruby, generated by bindgen.

This module contains the raw bindings to libruby, generated by bindgen.

Re-exports§

pub use uncategorized::*;
pub use unstable::*;

Modules§

stable
Contains all items that are considered stable ABI and are safe to use. These items are intentionally opaque to prevent accidental compatibility issues.
uncategorized
Contains all items that are not yet categorized by ABI stability. These items are candidates for promotion to stable or unstable in the future.
unstable
Contains all items that are considered unstable ABI and should be avoided. Any items in this list offer a stable alternative for most use cases.