/*
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT license.
*/
//! Disk vertex providers and related functionality.
//!
//! This module contains providers for reading vertex data from disk,
//! including cached providers, sector graphs, and factory patterns.