[go: up one dir, main page]

arrow2 0.9.1

Unofficial implementation of Apache Arrow spec in safe Rust
Documentation
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}}
```