/*
* SPDX-FileCopyrightText: Copyright (c) 2024-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
//! cuVS: Rust bindings for Vector Search on the GPU
//!
//! This crate provides Rust bindings for cuVS, allowing you to run
//! approximate nearest neighbors search on the GPU.
extern crate cuvs_sys as ffi;
pub
pub use ;
pub use LibraryError;
pub use Resources;
// Compile the Rust code blocks in the top-level README as doctests so the
// documented examples can't drift from the API.
;