Sha256: 647678116fcf0321463b3451462920f7c517f4cf6c8a57f4f7b13f5248c8b9b0

Contents?: true

Size: 541 Bytes

Versions: 3

Compression:

Stored size: 541 Bytes

Contents

// This file is part of ICU4X. For terms of use, please see the file
// called LICENSE at the top level of the ICU4X source tree
// (online at: https://github.com/unicode-org/icu4x/blob/main/LICENSE ).

//! See [`FlexZeroVec`](crate::vecs::FlexZeroVec) for details.

pub(crate) mod owned;
pub(crate) mod slice;
pub(crate) mod vec;

#[cfg(feature = "databake")]
mod databake;

#[cfg(feature = "serde")]
mod serde;

pub use owned::FlexZeroVecOwned;
pub(crate) use slice::chunk_to_usize;
pub use slice::FlexZeroSlice;
pub use vec::FlexZeroVec;

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/zerovec-0.10.4/src/flexzerovec/mod.rs
wasmtime-28.0.0 ./ext/cargo-vendor/zerovec-0.10.4/src/flexzerovec/mod.rs
wasmtime-27.0.0 ./ext/cargo-vendor/zerovec-0.10.4/src/flexzerovec/mod.rs