diff --git a/guide/src/io/avro_write.md b/guide/src/io/avro_write.md new file mode 100644 index 00000000000..ca84219356e --- /dev/null +++ b/guide/src/io/avro_write.md @@ -0,0 +1,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}} +```