| Crates.io | polars-testing |
| lib.rs | polars-testing |
| version | 0.52.0 |
| created_at | 2025-06-18 11:14:38.242275+00 |
| updated_at | 2025-11-03 15:05:08.844211+00 |
| description | Testing suite for the Polars DataFrame library |
| homepage | https://www.pola.rs/ |
| repository | https://github.com/pola-rs/polars |
| max_upload_size | |
| id | 1716955 |
| size | 105,265 |
polars-testing is a sub-crate of the Polars library, offering
comprehensive functionality for unit testing in Rust.
To use polars-testing, add it as a dependency to your Rust project's Cargo.toml file:
[dependencies]
polars-testing = "0.52.0"
You can then import the crate in your Rust code using:
use polars_testing::*;
Important Note: This crate is not intended for external usage. Please refer to the main Polars crate for intended usage.