polars-utils 0.46.0

Private utils for the Polars DataFrame library
Documentation
1
2
3
pub(crate) fn verbose() -> bool {
    std::env::var("POLARS_VERBOSE").as_deref().unwrap_or("") == "1"
}