iter-tuple
Rust iterator for tuple through proc-macro2 struct Vec AnyValue of polars DataFrame
How to use
use tuple_derive;
use tuple_sqlite3; // optional (must use with tuple_derive)
use struct_derive; // optional (must use with tuple_sqlite3)
use ; // , Field, DataType
use ;
/// auto defines struct StTpl and sqlite3 trait with struct_derive (optional)
/// auto defines sqlite3 trait for RecTpl with tuple_sqlite3 (optional)
/// auto defines struct RecTpl with tuple_derive
pub type Tpl<'a> = ;
Sample
- https://crates.io/crates/egui-dataframe-sample
- https://github.com/nomissbowling/egui-dataframe-sample
Requirements
Optional
- https://crates.io/crates/sqlite
- https://crates.io/crates/polars-sqlite
- https://crates.io/crates/anyvalue-dataframe
Links
License
MIT License