1/* 2 * Copyright (c) Microsoft Corporation. 3 * Licensed under the MIT license. 4 */ 5 6//! Model module containing data structures, providers, and traits for disk index operations 7 8pub mod pq; 9pub mod provider; 10pub mod traits;