Skip to content

Commit 1ebd2a4

Browse files
konjacalamb
andauthored
Add parquet-derive to repository README (#5795)
* Update README.md to include parquet-derive. * Fix link * Prettier --------- Co-authored-by: Andrew Lamb <[email protected]>
1 parent 95791f1 commit 1ebd2a4

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,20 @@ Welcome to the [Rust][rust] implementation of [Apache Arrow], the popular in-mem
2525

2626
This repo contains the following main components:
2727

28-
| Crate | Description | Latest API Docs | README |
29-
| ---------------- | --------------------------------------------------------- | ---------------------------------------------- | ------------------------------ |
30-
| [`arrow`] | Core Arrow functionality (memory layout, arrays, kernels) | [docs.rs](https://docs.rs/arrow/latest) | [(README)][arrow-readme] |
31-
| [`parquet`] | Parquet columnar file format | [docs.rs](https://docs.rs/parquet/latest) | [(README)][parquet-readme] |
32-
| [`arrow-flight`] | Arrow-Flight IPC protocol | [docs.rs](https://docs.rs/arrow-flight/latest) | [(README)][flight-readme] |
33-
| [`object-store`] | object store (aws, azure, gcp, local, in-memory) | [docs.rs](https://docs.rs/object_store/latest) | [(README)][objectstore-readme] |
28+
| Crate | Description | Latest API Docs | README |
29+
| ------------------ | ---------------------------------------------------------------------------- | ------------------------------------------------ | --------------------------------- |
30+
| [`arrow`] | Core functionality (memory layout, arrays, low level computations) | [docs.rs](https://docs.rs/arrow/latest) | [(README)][arrow-readme] |
31+
| [`arrow-flight`] | Support for Arrow-Flight IPC protocol | [docs.rs](https://docs.rs/arrow-flight/latest) | [(README)][flight-readme] |
32+
| [`object-store`] | Support for object store interactions (aws, azure, gcp, local, in-memory) | [docs.rs](https://docs.rs/object_store/latest) | [(README)][objectstore-readme] |
33+
| [`parquet`] | Support for Parquet columnar file format | [docs.rs](https://docs.rs/parquet/latest) | [(README)][parquet-readme] |
34+
| [`parquet_derive`] | A crate for deriving RecordWriter/RecordReader for arbitrary, simple structs | [docs.rs](https://docs.rs/parquet-derive/latest) | [(README)][parquet-derive-readme] |
3435

3536
The current development version the API documentation in this repo can be found [here](https://arrow.apache.org/rust).
3637

3738
[apache arrow]: https://arrow.apache.org/
3839
[`arrow`]: https://crates.io/crates/arrow
3940
[`parquet`]: https://crates.io/crates/parquet
40-
[`parquet-derive`]: https://crates.io/crates/parquet-derive
41+
[`parquet_derive`]: https://crates.io/crates/parquet-derive
4142
[`arrow-flight`]: https://crates.io/crates/arrow-flight
4243
[`object-store`]: https://crates.io/crates/object-store
4344

@@ -127,5 +128,6 @@ There is more information in the [contributing] guide.
127128
[datafusion-readme]: https://github.com/apache/datafusion/blob/main/README.md
128129
[ballista-readme]: https://github.com/apache/datafusion-ballista/blob/main/README.md
129130
[objectstore-readme]: object_store/README.md
131+
[parquet-derive-readme]: parquet_derive/README.md
130132
[issues]: https://github.com/apache/arrow-rs/issues
131133
[discussions]: https://github.com/apache/arrow-rs/discussions

0 commit comments

Comments
 (0)