1 2 3 4 5 6 7 8
# Avro write You can use this crate to write to Apache Avro. Below is an example, which you can run when this crate is compiled with feature `io_avro`. ```rust {{#include ../../../examples/avro_write.rs}} ```