Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pola-rs
GitHub Repository: pola-rs/polars
Path: blob/main/crates/polars-testing/README.md
6939 views

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.50.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.