df-derive 0.3.0

Derive fast conversions from Rust structs into Polars DataFrames.
Documentation
1
2
3
4
5
6
7
8
// Test helper that gives older tests their historical
// `crate::core::dataframe::*` import path while exercising the default
// facade runtime trait identity.

pub mod dataframe {
    #[allow(unused_imports)]
    pub use df_derive::dataframe::*;
}