Skip to content

v0.6.5 (2024-07-02)

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jul 05:55

Release Notes

New features

  • Add support for raw, including ALTRAW.
    Please be aware that, while this support was added for consistency, I bet it's
    really rare that a raw vector is actually needed; if you want to deal with a
    binary data on Rust's side, your primary option should be to store it in an
    external pointer (of a struct you define) rather than an R's raw vector.

Minor Improvements

  • Wrapper environment of a Rust struct or enum now cannot be modified by users.

  • Remove the use of the following non-API calls:

    • Rf_findVarInFrame3
    • STRING_PTR
    • DATAPTR

Download savvy-cli 0.6.5

File Platform Checksum
savvy-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
savvy-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
savvy-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
savvy-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
savvy-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum