Desdaemon / polars_dart

Dart bindings for the polars library
https://desdaemon.github.io/polars_dart/
MIT License
10 stars 1 forks source link

Active project? #3

Open jcalven opened 12 months ago

jcalven commented 12 months ago

Hey @Desdaemon, this is a very interesting project. Are you planning on actively developing it?

I'm happy to contribute where I can. Is the todo list up-to-date?

On a side-note, I tried to build the project but flutter_rust_bridge throws an error:

[ERROR] panicked at 'not yet implemented: generate code for type "char"' in flutter_rust_bridge_codegen-1.81.0/src/ir/ty_unencodable.rs:59:9

Is it building fine for you?

Cheers

Desdaemon commented 12 months ago

Hi, I'm using the polars branch of flutter_rust_bridge to build this project, beware it is semi-outdated and has some unmerged changes. polars_dart is as much about dogfooding flutter_rust_bridge as me playing with polars, but PRs are welcome as well! I'll update the todo with new items when I can.