gemstone-gci
gemstone-gci is the low-level Rust GCI layer for GemStone/S. It dynamically
loads libgcirpc at runtime, exposes OOP constants and helpers, and wraps the
raw C ABI functions used by higher-level clients.
The crate does not require GemStone headers at build time. Set one of these at runtime:
Most applications should use the safe gemstone crate instead of calling this
crate directly.