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

Allow DSO export for C Rust bindings. #231

Merged
merged 2 commits into from
Jul 30, 2020

Commits on Jul 30, 2020

  1. Allow DSO export for C Rust bindings.

    This option to the 'cxxbridge' command line tool allows
    users to specify (for example)
    
      __attribute__((visibility("default")))
    or
      __declspec(dllexport)
    
    on C functions which may be exported from a shared object
    as they may be required by Rust code in different binaries.
    adetaylor authored and dtolnay committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    21f0ff0 View commit details
    Browse the repository at this point in the history
  2. Adding test for new annotations.

    adetaylor authored and dtolnay committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    8205e62 View commit details
    Browse the repository at this point in the history