//! APIs to write to Avro format.
use Block;
pub use to_record;
pub use ;
/// consumes a set of [`BoxSerializer`] into an [`Block`].
/// # Panics
/// Panics iff the number of items in any of the serializers is not equal to the number of rows
/// declared in the `block`.