Skip to content

Commit a9875f5

Browse files
tustvoldviirya
andauthored
Document all arrow features in docs.rs (#2633) (#2634)
* Document all arrow features in docs.rs (#2633) * Tweak pyarrow doc * Update arrow/Cargo.toml Co-authored-by: Liang-Chi Hsieh <viirya@gmail.com> Co-authored-by: Liang-Chi Hsieh <viirya@gmail.com>
1 parent 41a2d2d commit a9875f5

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

arrow/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ multiversion = { version = "0.6.1", default-features = false }
6767
bitflags = { version = "1.2.1", default-features = false }
6868
zstd = { version = "0.11.1", default-features = false, optional = true }
6969

70+
[package.metadata.docs.rs]
71+
features = ["prettyprint", "ipc_compression", "dyn_cmp_dict", "ffi", "pyarrow"]
72+
7073
[features]
7174
default = ["csv", "ipc", "json"]
7275
ipc_compression = ["ipc", "zstd", "lz4"]

arrow/src/pyarrow.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
//! This library demonstrates a minimal usage of Rust's C data interface to pass
18+
//! This module demonstrates a minimal usage of Rust's C data interface to pass
1919
//! arrays from and to Python.
2020
2121
use std::convert::{From, TryFrom};

0 commit comments

Comments
 (0)