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

Directly use C2 apis from CPP2 #495

Merged
merged 5 commits into from
Jun 13, 2024

Conversation

Manishearth
Copy link
Contributor

We no longer generate any .h files in CPP2: all C2 files are generated inline in CPP2's .hpp and .d.hpp files.

(Except for diplomat_runtime.h, which can be cleaned up later)

Progress on #427

@Manishearth
Copy link
Contributor Author

Next up will be to make these use actual namespaced modules (and move over to __capi::)

@Manishearth Manishearth merged commit 6a69237 into rust-diplomat:main Jun 13, 2024
6 checks passed
@Manishearth Manishearth deleted the c2-used-in-cpp branch June 26, 2024 22:08
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.

3 participants