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

Ability to create C APIs for gems #19

Closed
v0dro opened this issue Aug 27, 2017 · 1 comment
Closed

Ability to create C APIs for gems #19

v0dro opened this issue Aug 27, 2017 · 1 comment

Comments

@v0dro
Copy link
Member

v0dro commented Aug 27, 2017

This will be similar to a C header file that will allow other gems using Rubex to easily access C API-level functions using Rubex.

The file should (probably) have extension .rubexh (for rubex header). And should store publicly available functions from the Rubex extension of a gem for use in other gems. This will make it easy for gems to make use of C level APIs of a particular gem.

@v0dro
Copy link
Member Author

v0dro commented May 3, 2018

This should be possible with the recently implemented multi-file functionality.

@v0dro v0dro closed this as completed May 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant