//! Metal Native GPU Implementation
//!
//! This module provides Metal Native GPU acceleration for Apple Silicon devices.
//! It includes context management, vector storage, HNSW graph operations, and buffer management.
pub use MetalBufferPool;
pub use MetalNativeContext;
pub use MetalNativeHnswGraph;
pub use MetalIvfIndex;
pub use MetalNativeVectorStorage;
pub use MetalVramMonitor;