Sha256: 44acf672931859e1ae3c2443901d8d4104e764a1dd4c76dde379ef09aa2266f0

Contents?: true

Size: 578 Bytes

Versions: 11

Compression:

Stored size: 578 Bytes

Contents

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

#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(unknown_lints)]
#![allow(deref_nullptr)]
#![warn(unknown_lints)]
#![allow(clippy::all)]
#![allow(rustdoc::broken_intra_doc_links)]
#![allow(rustdoc::invalid_rust_codeblocks)]
#![allow(rustdoc::invalid_html_tags)]
#![allow(deprecated)]
#![allow(dead_code)]

include!(env!("RB_SYS_BINDINGS_PATH"));

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/rb-sys-0.9.108/src/bindings.rs
wasmtime-28.0.0 ./ext/cargo-vendor/rb-sys-0.9.108/src/bindings.rs
wasmtime-27.0.0 ./ext/cargo-vendor/rb-sys-0.9.103/src/bindings.rs
wasmtime-26.0.0 ./ext/cargo-vendor/rb-sys-0.9.102/src/bindings.rs
wasmtime-25.0.2 ./ext/cargo-vendor/rb-sys-0.9.102/src/bindings.rs
wasmtime-25.0.1 ./ext/cargo-vendor/rb-sys-0.9.102/src/bindings.rs
wasmtime-25.0.0 ./ext/cargo-vendor/rb-sys-0.9.102/src/bindings.rs
wasmtime-24.0.0 ./ext/cargo-vendor/rb-sys-0.9.102/src/bindings.rs
wasmtime-23.0.2 ./ext/cargo-vendor/rb-sys-0.9.100/src/bindings.rs
wasmtime-22.0.0 ./ext/cargo-vendor/rb-sys-0.9.100/src/bindings.rs
wasmtime-21.0.1 ./ext/cargo-vendor/rb-sys-0.9.100/src/bindings.rs