Replies: 1 comment 2 replies
-
|
Are you looking at this package? https://github.com/Pangoraw/Polars.jl It's using a custom C API between Rust and Julia, which is where these types come from. This API would be replaced with opaque types and functions that can be exported with the I don't think implementing |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to jlrs, and would like to try to port polars.jl using jlrs.
Now in polars.jl it accept
Arraylike thisand I think it would be better to have API like
How to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions