1// SPDX-License-Identifier: Apache-2.0 2// SPDX-FileCopyrightText: Copyright The Lance Authors 3 4//! Legacy code for the 2.0 format that is no longer used in 2.1+ 5 6pub mod decoder; 7pub mod encoder; 8pub mod encodings;