Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes dependency on ion-c-sys #418

Merged
merged 1 commit into from
Sep 16, 2022
Merged

Removes dependency on ion-c-sys #418

merged 1 commit into from
Sep 16, 2022

Commits on Sep 16, 2022

  1. Removes dependency on ion-c-sys

    This PR removes all code that was previously behind the `ion_c` feature
    gate. Many of the native implementation APIs were developed with an eye
    towards maintaining compatability with the `ion-c-sys` implementation.
    However, this limited our ability to offer idiomatic APIs.
    
    `ion-hash` continues to have a dependency on `ion-c-sys` for the time being,
    but has been modified to depend on to the most recently published version of
    `ion-rust` that supported it. A follow-on PR will update `ion-hash` to
    depend on the native implementations instead.
    Zack Slayton committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    bafce2e View commit details
    Browse the repository at this point in the history