macOS Linking Bug
The Rust code compiles but fails at link time on macOS due to rvf_runtime v0.1.0 using __errno_location (Linux libc) instead of __error (macOS libc) in its locking module. This affects all macOS users. The crate works on Linux. This needs an upstream fix at https://github.com/ruvnet/ruvector.

macOS Linking Bug
The Rust code compiles but fails at link time on macOS due to rvf_runtime v0.1.0 using __errno_location (Linux libc) instead of __error (macOS libc) in its locking module. This affects all macOS users. The crate works on Linux. This needs an upstream fix at https://github.com/ruvnet/ruvector.