rubydex-sys 0.2.5

C FFI bindings for the Rubydex Ruby code indexing engine.
docs.rs failed to build rubydex-sys-0.2.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

rubydex-sys

rubydex-sys exposes the Rubydex Rust library through a C FFI boundary.

This crate is primarily consumed by the Rubydex Ruby native extension. It builds static and dynamic libraries plus generated C bindings for integrating the Rust indexer with the Ruby VM.

Most users should depend on the rubydex Ruby gem or the rubydex Rust crate instead of using this crate directly.