docs.rs failed to build rayrust-sys-0.1.0
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.
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.
FFI bindings to the Ray C++ SDK via a C ABI wrapper.
This crate provides raw unsafe bindings. The rayrust crate wraps
these in safe Rust APIs.
IMPORTANT: Ray object IDs are binary strings that may contain null bytes.
All ID parameters use ray_bytes_t (ptr + len), not null-terminated strings.