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:
You can then import the crate in your Rust code using:
Important Note: This crate is not intended for external usage. Please refer to the main Polars crate for intended usage.