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

Update dependencies and refactor the FFI calls #375

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 22, 2023

  1. Refactor the FFI calls

    iddm committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    65f619a View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    iddm committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    ad76a53 View commit details
    Browse the repository at this point in the history
  3. Remove the unused macro

    iddm committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    e18e982 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Hide the "raw" module.

    Also extracts the only public enum which is used: Status.
    
    Hiding the "raw" module helps to hide the implementation detail and
    avoid often API compatibility issues when a change is needed.
    iddm committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    68a0705 View commit details
    Browse the repository at this point in the history