narrow 0.4.2

An implementation of Apache Arrow
Documentation
![Narrow logo](narrow.svg)

# Narrow

[![crates.io](https://img.shields.io/crates/v/narrow.svg)](https://crates.io/crates/narrow)
[![docs.rs](https://docs.rs/narrow/badge.svg)](https://docs.rs/narrow)

An experimental (work-in-progress) implementation of [Apache Arrow](https://arrow.apache.org).

This crate provides types to support reading and writing instances of abstract data types in Arrow's in-memory data structures.

## Docs

- [Docs (release)]https://docs.rs/narrow
- [Docs (main)]https://mbrobbel.github.io/narrow/

## Minimum supported Rust version

The minimum supported Rust version for this crate is Rust 1.70.0.

## License

Licensed under either of [Apache License, Version 2.0](LICENSE-APACHE) or [MIT license](LICENSE-MIT) at your option.

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.