/*
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT license.
*/// Making these `pub(crate)` means that rustdoc won't declare the exported structs as originating
// from the `generated` module.
pub(crate)modgenerated;pubmodscalar_quantization;pubusescalar_quantization::{ProtoConversionError, ScalarQuantizer};modstorage;pubusestorage::{ProtoStorageError, load, save};