arpack-sys 0.0.1

FFI bindings to ARPACK-NG (system-linked via pkg-config)
docs.rs failed to build arpack-sys-0.0.1
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.
Visit the last successful build: arpack-sys-0.0.2

FFI bindings to ARPACK-NG.

The bindings are pre-generated by bindgen against <arpack/arpack.h> from ARPACK-NG (the _c C-callable wrappers introduced in 3.8.0). Linking is handled by build.rs via pkg-config.

No safety wrappers live here — see the sibling arpack crate for the safe Rust API.