Skip to content

Commit

Permalink
Add link back to crates.io from lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Aug 4, 2022
1 parent caff265 commit 175e80e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//! development platform for in-memory data.
//!
//! Please see the [arrow crates.io](https://crates.io/crates/arrow)
//! page for feature flags and tips to improve performance
//! page for feature flags and tips to improve performance.
//!
//! # Columnar Format
//!
Expand Down
3 changes: 3 additions & 0 deletions parquet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
//! [Apache Parquet](https://parquet.apache.org/), part of
//! the [Apache Arrow](https://arrow.apache.org/) project.
//!
//! Please see the [parquet crates.io](https://crates.io/crates/parquet)
//! page for feature flags and tips to improve performance.
//!
//! # Getting Started
//! Start with some examples:
//!
Expand Down

0 comments on commit 175e80e

Please sign in to comment.