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