//! `draco-oxide-core` holds the parts shared by both the draco-oxide encoder and
//! decoder: the geometry/attribute data model, the numeric primitives
//! (`NdVector`, index types, numeric traits), and the compression algorithms
//! shared between encode and decode (`codec`).
/// Compression algorithms shared between the encoder and decoder
/// (entropy coding, prediction schemes, connectivity, headers).