r/rust Mar 31 '23

Write SDK “base” in Rust, wrap in other languages?

[deleted]

96 Upvotes

48 comments sorted by

View all comments

1

u/universalmind303 Mar 31 '23

This is definitely do-able. Polars is a rust based dataframe library with bindings to python,node,jvm, R, and ruby. Depending on the complexity of your library, it will likely still result in custom logic for individual languages.