yutannihilation / savvy

A simple R extension interface using Rust
https://yutannihilation.github.io/savvy/guide/
MIT License
63 stars 3 forks source link

`bit64::integer64` support? #265

Closed eitsupi closed 3 months ago

eitsupi commented 3 months ago

I believe bt64::integer64 is widely used in R to support int64 on other systems. I was just wondering if the feature that converts this class to Rust's Int64 is within the scope of savvy.

yutannihilation commented 3 months ago

Thanks for the idea, but this is out of the scope. I believe you can simply cast the f64 to i64.