polars-testing

Crates.iopolars-testing
lib.rspolars-testing
version0.51.0
created_at2025-06-18 11:14:38.242275+00
updated_at2025-09-16 08:45:40.044173+00
descriptionTesting suite for the Polars DataFrame library
homepagehttps://www.pola.rs/
repositoryhttps://github.com/pola-rs/polars
max_upload_size
id1716955
size105,788
Stijn (stijnherfst)

documentation

README

polars-testing

polars-testing is a sub-crate of the Polars library, offering comprehensive functionality for unit testing in Rust.

Usage

To use polars-testing, add it as a dependency to your Rust project's Cargo.toml file:

[dependencies]
polars-testing = "0.51.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.

Commit count: 13277

cargo fmt