//! The `vlen-utf8` array to bytes codec.
//!
//! ### Compatible Implementations
//! This codec is fully compatible with the `vlen-utf8` codec in `zarr-python`.
//!
//! ### Specification
//! - <https://github.com/zarr-developers/zarr-extensions/tree/main/codecs/vlen-utf8>
//!
//! ### Codec `name` Aliases (Zarr V3)
//! - `vlen-utf8`
//! - `https://codec.zarrs.dev/array_to_bytes/vlen_utf8`
//!
//! ### Codec `id` Aliases (Zarr V2)
//! - `vlen-utf8`
//!
//! ### Codec `configuration` Example - [`VlenUtf8CodecConfiguration`]:
//! ```json
//! {}
//! ```
use cratevlen_v2_macros;
pub use ;
vlen_v2_module!;