diff --git a/README.md b/README.md index c9c71f9d68e..b958fb47124 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Arrow2: Transmute-free Arrow -![test](https://github.com/jorgecarleitao/arrow2/actions/workflows/test.yml/badge.svg) +[![test](https://github.com/jorgecarleitao/arrow2/actions/workflows/test.yml/badge.svg)](https://github.com/jorgecarleitao/arrow2/actions/workflows/Build.yml) +[![](https://img.shields.io/crates/d/arrow2.svg)](https://crates.io/crates/arrow2) +[![](https://img.shields.io/crates/dv/arrow2.svg)](https://crates.io/crates/arrow2) +[![](https://docs.rs/arrow2/badge.svg)](https://docs.rs/arrow2/) This repository contains a Rust library to work with the [Arrow format](https://arrow.apache.org/). It is a re-write of the [official Arrow crate](https://github.com/apache/arrow) using