Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Added guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao committed Dec 21, 2021
1 parent b8b3296 commit 3828960
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions guide/src/io/avro_write.md
Original file line number Diff line number Diff line change
@@ -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}}
```

0 comments on commit 3828960

Please sign in to comment.