docs.rs failed to build nixl-sys-0.2.1-rc.2
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.
Visit the last successful build:
nixl-sys-0.9.0
Rust Bindings for NIXL
Rust bindings for the NVIDIA Inference Xfer Library (NIXL). These bindings provide a safe and idiomatic Rust interface to the NIXL C++ library.
Prerequisites
Install Rust and Cargo using rustup:
|
Install the NIXL library on your system
Refer to the NIXL README for instructions on how to install the NIXL library on your system.
Building
The bindings can be built using Cargo, Rust's package manager:
# From the src/bindings/rust directory
Environment Variables
NIXL_PREFIX: Path to the NIXL installation (default:/opt/nvidia/nvda_nixl)
Documentation
The crate is documented using Rust's standard documentation system. You can generate and view the documentation with:
Testing
The bindings include a comprehensive test suite that can be run with: