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

move ffi wrappers next to their related code #48038

Merged
merged 2 commits into from
Jul 11, 2024
Merged

Conversation

jkarneges
Copy link
Member

@jkarneges jkarneges commented Jul 11, 2024

This moves all of the FFIs out of core/ffi.rs and into mod ffi { } declarations within subject-specific source files. For example, the JWT FFIs are moved to core/jwt.rs, the timer FFIs are moved to core/timer.rs, etc. As a result, the core/ffi.rs file is removed.

@jkarneges jkarneges merged commit aa00f1d into main Jul 11, 2024
4 checks passed
@jkarneges jkarneges deleted the jkarneges/split-ffi branch July 11, 2024 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants